-
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
SPIKE: Find anything that needs to be renamed or refactored for consistency in Data Files code #1132
Comments
If you just search the term "reports" and restrict it to files in frontend/src, most of what you will find is what has to change, with the exception of a few references to
In addition to changing the names, I think we should take this opertunity to think about how they are generally organized as well. |
Not sure where to place this now, there won't be a pr for this, if this comment is good enough. Let me know @abottoms-coder how I should proceed |
My apologies that this has slipped through the cracks -- I missed the tag. @riatzukiza , I'd like if you could provide an exhaustive list of the filenames and potentially line numbers if the file is rather long. When done, please assign this ticket to me and I'll create a new ticket for actually refactoring to follow-on to this spike. |
|
#1438 created to implement findings in this ticket. |
Description:
As mentioned in #755 we still need to update the backend to rename
ReportFile
and associated code toDataFile
. However, this also needs to be done for the frontend code and as found in #1061 there are a number of inconsistencies between the frontend and the backend. This ticket serves the purpose to identify everything that needs to be refactored or renamed across the frontend and backend so that we can accurately determine scope of work in renaming.Acceptance Criteria:
Create a list of functional outcomes that must be achieved to complete this issue
Tasks:
Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue
Notes:
Supporting Documentation:
Open Questions:
The text was updated successfully, but these errors were encountered: