You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Youth 14+ in foster care in MD are supposed to receive money deposited into a “Foster Youth Savings” account each year.
We have created tables and models to track the deposits towards a case each fiscal year. Now we need to be able to actually create and modify those deposits. That means building out the CRUD and controllers needed for this functionality and the super basic views to display it.
Some things to consider:
how should we route this feature? Should this be a nested resource?
Don't worry about linking up these initial views, that will come later
Consider what actions we need. Should we have more actions than just basic CRUD? Do we need actions for creation or can that be automatic?
Do we need more than just an index page? Can we just do all the editing with turbo frames?
Criteria for Completion
please tell me you came up with something better than youth savings year
Build out a working show page view. it should display complete and incomplete items for the year and a monetary value (maybe this can count down from a maximum instead of counting up to encourage getting that 💵 )
Build functionality to edit values for a savings year
Build out an index that displays all the savings years for a particular case. Keep in mind not all volunteers know about or understand this program. Make sure the index page contains enough information to get them up to speed
We highly recommend that you join us in slack #casa channel to ask questions quickly. And discord for office hours (currently Tuesday 5-7pm Pacific), stakeholder news, and upcoming new issues.
The text was updated successfully, but these errors were encountered:
What type(s) of User Does This Feature Affect?
Description
Part of #3027
Blocked by #5752
Youth 14+ in foster care in MD are supposed to receive money deposited into a “Foster Youth Savings” account each year.
We have created tables and models to track the deposits towards a case each fiscal year. Now we need to be able to actually create and modify those deposits. That means building out the CRUD and controllers needed for this functionality and the super basic views to display it.
Some things to consider:
Criteria for Completion
How to Access the QA Site
Login Details:
Link to QA site
Login Emails:
/all_casa_admins/sign_in
password for all users: 12345678
Questions? Join Slack!
We highly recommend that you join us in slack #casa channel to ask questions quickly. And discord for office hours (currently Tuesday 5-7pm Pacific), stakeholder news, and upcoming new issues.
The text was updated successfully, but these errors were encountered: