-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finder update #225
base: main
Are you sure you want to change the base?
Finder update #225
Conversation
Co-authored-by: 0xC4 <nikita.marchant@gmail.com>
Ambassadors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C'est good, je peux pas approve mais c'est good 👍
from catalog.models import Category, Course | ||
|
||
|
||
def programTypeAndSlug(program) -> tuple: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure to understand why do you need to use a tuple with aaaaaba
, cap
and so one? It is not possible to just use the program_type
in buildOrderedProgramList()
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was used to order the programs correctly but is now probably obsolete, we'll have to check what to merge and what to drop
setFac(url.searchParams.get("facs")); | ||
setProgram(url.searchParams.get("programs")); | ||
setBloc(url.searchParams.get("blocs")); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
\n
at the end of file? 👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file will probably be dropped during the merge 🙃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙃
My question is more about |
Qu'est-ce qu'on fait de celle ci ? On la passe en draft ? On essaie d'en extraire les bouts qu'on veut et on en fait des petites PR reviewables et mergables ? |
Si on la passe en draft, on va perdre tout le travail qui a été fait et ça serait dommage, j'ai l'impression qu'il y a une bonne partie qui est vraiment bien à prendre, non? |
Passer une PR en draft, c'est un click qui change la couleur de la PR de vert à gris. C'est 100% réversible et non destructeur ;) |
oui, je sais bien, mais ça ne pousse plus à bosser dessus par la suite, il me semble. |
Ce serait peut être bien de lister les différences (Ce qui existe ici et pas sur |
Ouais, tout à fait |
catalog
app