-
Notifications
You must be signed in to change notification settings - Fork 22
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
First sketch for credit-issue #589
base: master
Are you sure you want to change the base?
Conversation
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 left a few comments, I couldn't test further because the container can't start with this version of the code.
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.
A few more changes needed
tapir/utils/management/commands/generate_test_data_functions.py
Outdated
Show resolved
Hide resolved
Hope all changes done. |
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.
Getting better, there's a few more mistakes to fix and maybe an improvement to the layout of user_detail.html
.
tapir/statistics/templates/statistics/tags/credit_account_card.html
Outdated
Show resolved
Hide resolved
Hope, everything better now. I don't know why I get always these django.po conflicts and failed test. I didn't changed anything on the django.po file in this PR. Have you an idea, why this happens? Is it really necessary to have the translation test, who almost fails all the time 😳? |
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.
Looks good now, there's on the double ul
thing in tapir/statistics/templates/statistics/tags/credit_account_card.html
, then you can merge (don't forget to pick the "squash and merge" option when merging).
<ul class="list-group list-group-flush"> | ||
<li class="list-group-item"> |
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 ul
should be removed and the li
should be in the ul
above.
There's a conflict as long as Git doesn't know how to merge your version of the .po file with the version in master.
Which test is failing? Do you mean the github action check, not a test maybe? tapir/.github/workflows/checks.yml Lines 14 to 15 in 6f24537
It only fails if we forget to update the translation file, which we often do (I do it all the time), but then at least I get a warning that I forgot to do it. This scenario can happen If the file is outdated:
If both versions (master and branch) are as up to date as possible, the only changes shown on the branch version are the relevant ones. It's still not super easy to merge, but it's doable. |
Hi @Theophile-Madet, here my first sketch for the #492. After Thilo concerned the
Accounts_*.csv
: https://supercoopberlin.slack.com/archives/CHNUD32JJ/p1733339024792509?thread_ts=1733126434.518089&cid=CHNUD32JJ