-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Backend] Change reports to data files #755
Comments
This work would be complicated to do with all of the outstanding work on 398. We would have to edit several different branches, and put the effort into making sure each branch is caught up with their dependencies. We should wait until all currently outstanding prs for 398 are merged. |
We should do this as a fast follow after ATO, prior to uploading any actual data files into the system - that way we don't have to run migrations to move the data files to the new model / django app. |
@amilash wanted to put this one on your radar too. If we get to a point where we are building reports for data analysts to download this would get very confusing without the rename. While it is renamed in the visible portions of the UI - there is a lot of frontend and backend code that refers to it by this name as well. The earlier we do this refactor the easier it will be. |
Note, unless #1061 gets merged before this work is started you will likely want to branch from there to avoid missing the backend changes from there. |
Description:
Based on user research, we have changed reports section on the frontend to "Data Files". Having the name differ between the frontend and backend makes the code more difficult to understand and maintain. Also, it is likely that down the road the application will have to support reports on the data in the system, and this name would be better used at that point.
Acceptance Criteria:
reports
are changed todata_files
report
orreports
are changed todata_file
anddata_files
respectively.Tasks:
The text was updated successfully, but these errors were encountered: