Skip to content
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

Change Applicant Status to Summary, then create a true status field. #10

Open
3 tasks
zmon opened this issue Jul 6, 2019 · 1 comment
Open
3 tasks

Comments

@zmon
Copy link
Member

zmon commented Jul 6, 2019

Change Applicant Status to Summary

During expungement day users needed to leave more information about the status of an applicant that they were working on that would fit in a word or two. They used that status field to communicate the current state or what needed to happen next to the applicant.

  • Backend changes
  • Rename status field to summary.
  • Rename Status label to Summary

Screen Shot 2019-07-06 at 3 05 22 PM

@zmon zmon assigned zmon and unassigned zmon Jul 6, 2019
@zmon zmon self-assigned this Aug 1, 2019
@zmon
Copy link
Member Author

zmon commented Aug 3, 2019

  • status has been renamed to notes
  • Status is being replaced with the concept of steps since we go through the process in steps. We want to record who and when a step was changed.
    • Create a table called steps with foreign keys of client_id and status_id
    • The clients table will have a foreign key of steps_id pointing to the current step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant