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
Issue: Create models and controllers needed for ContactTopic.
Behavior is still not fully figured out but the basic principles are such:
Organizations create contact topics
These topics have a title and details (maybe other stuff in the future)
initially organizations will just have several default ones ability to modify them will be added later
When creating a CaseContact the user should be presented with all of an organizations contact topics and answer some, none or all of them.
Those contact topics will then be associated with a case contact (contact topics can be selected but not answered)
Acceptance Criteria
There should be model tests added for the new model and whatever other models are afftects
There should be controller / request tests for the forms controller
Some Notes from Slack
The controller in question here is controllers/case_contacts/form_controller.rb. Depending on how you decide the database question (see below) you may or may not need to update it, but you will definitely need to update the CaseContactParamters which are listed in the controller. Here's a diagram of how the controller works.
potential idea: Maybe just start with the join table, since that's what this will need by the end. Something like this...
my current plan:
The way I was thinking was each court report topic essentially has a title, details, and an answer. I was thinking
each organization has many topics without answers
When you start creating the case contact, you create copies of those cord topics and assign them to the case contact
When you save the case contact they finally get created
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
This issue blocks #5388.
Issue: Create models and controllers needed for
ContactTopic
.Behavior is still not fully figured out but the basic principles are such:
Acceptance Criteria
Some Notes from Slack
The controller in question here is
controllers/case_contacts/form_controller.rb
. Depending on how you decide the database question (see below) you may or may not need to update it, but you will definitely need to update theCaseContactParamters
which are listed in the controller. Here's a diagram of how the controller works.potential idea: Maybe just start with the join table, since that's what this will need by the end. Something like this...
my current plan:
The way I was thinking was each court report topic essentially has a title, details, and an answer. I was thinking
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: