Adding sample site period / visit comment capability and ARU sampling method#1568
Adding sample site period / visit comment capability and ARU sampling method#1568AMEIJER1 wants to merge 6 commits into
Conversation
|
Openshift URLs for the PR Deployment: |
| -------------------------------------------------------------------------------------------------- | ||
|
|
||
| ALTER TABLE survey_sample_period | ||
| ADD COLUMN comment TEXT; |
There was a problem hiding this comment.
It's good to limit the length of comment columns, so instead of TEXT you can do something like VARCHAR(1000).
|
So now we have a comment column on display in the sampling period table on the manage sampling information page. However, I dont see anyway of adding a comment to an existing or new sampling period. Is this something I am missing, or does it need to be added? I guess it can still be added via importing a csv with a comment column? Do we need a way to add manual comments when directly adding or editing comments in the UI? |
|
Hi!! Thanks for reviewing it - I just built web and was able to edit the existing sampling period seed data in the UI by editing the sampling period through that vertical ellipses on the sampling period table beside each record. It will pull up the create sampling period form in which they can add a comment. @LouisThedroux |
9d98b27 to
ca95d07
Compare


Description of Changes
Testing Notes