-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add notes for Case items #737
Conversation
- feat: note icon functionality - style: use flexbox container to align indicators
- style: add classnames
- feat: consider empty string notes as non-notes
- fix: remove line appearing at bottom of element
- feat: pass down result to component - feat: POST and PATCH funcitonality
- feat: update date and user after request
- feat: add loading spinner to save button
- feat: switch to status based note deletion
- feat: note icon functionality - style: use flexbox container to align indicators
- style: add classnames
…portal into cfm-dash_comments
- feat: add latency warning on save
- style: render hidden note icon (icon added after component load) - feat: update note icon on input text change
- feat: update status indicator tooltip on unsaved changes
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.
Nice job on this! Most of the comments on here are smaller nitpicks and things that probably don't need to be explicitly addressed before merging, but there are some things in CaseNotesColumn
that I'd like changed before approval. It should be fairly clear which is which, but if it isn't, please don't hesitate to ask!
- feat: update warning text - feat: keep warning text in variable - feat: remove status indicator response to save state
- feat: add and format error text in UI
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.
One small comment to address; otherwise, tested well (no front-end code review from me). I found the lack of an explicit delete note button a little odd but figured out I could do it by saving with no text; can't remember what we do with technical review here.
- chore: bump minor version (semver)
- fix: remove default ull value for nonexistent notes
Hmm, yeah that's fair. Can bring that up for the future. |
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.
Looks good to me! Thanks for making so many of the changes I suggested. Should be good to go for now; any additional feedback we can collect in another ticket and work on later.
Corresponds to Trello Ticket
deployed to cgap-devtest 09/25