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

Notes Feature for PhotoInput and Photo components #74

Open
charliepnnl opened this issue Jun 17, 2023 · 0 comments
Open

Notes Feature for PhotoInput and Photo components #74

charliepnnl opened this issue Jun 17, 2023 · 0 comments
Assignees

Comments

@charliepnnl
Copy link
Contributor

Allow the user to add notes associated with each photo in PhotoInput. The notes should be a TextInput that appears underneath the photo. If the notes text is non-empty, it should be shown under the corresponding photo in the Photo component.

This will require a scheme by which data is stored in the document that is associated with an attachment. Consider adding a top-level attachments_metadata_ field to the document. attachements_metadata_ is an object that maps attachment ids to corresponding metadata object in which we include a notes field. Functionality will need to be added to the Store to make this data available through Context and to allow this data to be upserted.

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

No branches or pull requests

2 participants