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

Feature/document management page #117

Merged
merged 3 commits into from
Mar 18, 2024

Conversation

KevinEtchells
Copy link
Contributor

Context

This work is to create a basic document management page, as per Jira ticket:
https://technologyprogramme.atlassian.net/browse/REDBOX-77?atlOrigin=eyJpIjoiYzI1NTE1Y2I2Nzg5NDQzZGJlNjdiYWM1ODAwYjkzNmMiLCJwIjoiaiJ9

This is just the frontend part of the work for now.

Changes proposed in this pull request

The page looks like this:
image

This is using dummy data inserted into views.py for now.

There is also a remove-doc page which needs joining up to the backend.

The statuses don't update currently, but once the endpoint is ready we will build in polling to update without needing a page reload. I'll be creating a Jira ticket for that work today.

Guidance to review

  • Visit /documents/and check the page looks like the above screenshot
  • The "Upload a new document" button takes you to the upload page, which is currently being worked on
  • Following the remove document journey should display the document ID in the terminal (but won't actually remove it from the UI)

@KevinEtchells KevinEtchells merged commit fca5497 into main Mar 18, 2024
5 checks passed
@KevinEtchells KevinEtchells deleted the feature/document-management-page branch March 18, 2024 16:44
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

Successfully merging this pull request may close these issues.

None yet

2 participants