-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feat: CalFresh enrollment index #1968
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
migrations
[auto] Review for potential model changes/needed data migrations updates
deployment-dev
[auto] Changes that will trigger a deploy if merged to dev
tests
Related to automated testing (unit, UI, integration, etc.)
front-end
HTML/CSS/JavaScript and Django templates
back-end
Django views, sessions, middleware, models, migrations etc.
and removed
front-end
HTML/CSS/JavaScript and Django templates
labels
Mar 21, 2024
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
thekaveman
force-pushed
the
feat/calfresh-enrollment-index
branch
from
March 22, 2024 17:18
82daac4
to
cb493c3
Compare
thekaveman
force-pushed
the
feat/calfresh-enrollment-index
branch
2 times, most recently
from
March 22, 2024 21:02
3b81d70
to
050b965
Compare
thekaveman
force-pushed
the
feat/calfresh-enrollment-index
branch
from
March 25, 2024 22:51
b37c648
to
6d2856a
Compare
thekaveman
force-pushed
the
feat/calfresh-enrollment-index
branch
from
March 25, 2024 23:26
6d2856a
to
d854a3e
Compare
Reviewing this now |
angela-tran
requested changes
Mar 29, 2024
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 looks great! Just a small requested change and a question
basic layout styles that apply to any alert-box
override background and border colors
update PO files with new English text
the default for media-list remains 64px removed an unused style rule for h1 + .media-list, from the old enrollment success template (since refactored to not use media-list)
calculated based on the width and right margin of media icon
* move the warning class override to calfresh alert-box * apply the calfresh specific margin class to align alert-box with preceding media-list text
this is just for clarity to make reading the HTML a little more sensible rather than seeing a div with an empty class attribute no UX impact
thekaveman
force-pushed
the
feat/calfresh-enrollment-index
branch
from
March 29, 2024 22:18
d854a3e
to
1216af6
Compare
angela-tran
approved these changes
Apr 1, 2024
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.
🎉 💳
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
back-end
Django views, sessions, middleware, models, migrations etc.
deployment-dev
[auto] Changes that will trigger a deploy if merged to dev
front-end
HTML/CSS/JavaScript and Django templates
migrations
[auto] Review for potential model changes/needed data migrations updates
tests
Related to automated testing (unit, UI, integration, etc.)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #1917
Currently on top of #1970 since both PRs introduce new migrations.Currently on top of #1979 since both PRs introduce new migrations.Todo
48px
, currently the default of64px
)Testing
bin/init.sh
to run migrationsF5
enrollment_index_template
for a flow where you can pass eligibility, e.g.MST Courtesy Cards
, to beenrollment/index--calfresh.html
PaymentProcessor
instance to connect to the QA environment