-
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
New database table for Reports #1804
Comments
Please add your planning poker estimate with Zenhub @smcmurtry |
Steve made a bunch of cards for this new feature and will pick this one up |
PR up and ready for review: http://github.com/cds-snc/notification-api/pull/2481 |
@whabanks reviewed and approved. This is now deployed in staging. |
PR up to update our DB documentation site: https://github.com/cds-snc/notification-documentation-database/pull/7 |
Documentation PR was approved by Jimmy and merged. |
Description
As a developer, I need to be able to get metadata for reports users have generated, so that I can display it on a page.
New table:
reports
Columns:
id
# uuidurl
# link to s3requested_at
# datetimegenerated_at
# datetimeexpires_at
# datetimeservice_id
# uuiduser_id
# uuidDocumentation and Artifacts
Figma design: https://www.figma.com/design/rzjRLTIzVjM4sHpzI6e0Xl/Reports-%2F-Rapports?node-id=1-2&p=f&t=oMq8JgRoJPodeiok-0
Acceptance Criteria
The text was updated successfully, but these errors were encountered: