refactor: separate temperature views into subfolders #425
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked-waiting-for-further-changes
bug
bug-only-on-server-for-mobile-not-webpage
Bug-Report-After-Merge
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
further-changes-needed
future-problem-not-fixint-this-period
help wanted
invalid
last-week-issue-to-fix
library
low-priority
needs input
needs review
not-implemented.
project documentation
question
research
reviewed
Script
security
SQL
style
Team 1
Team 2
team leaders
test-creation
testing
topLevel
unassigned
Under-review
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!425
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "409-separate-different-temperature-views"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Moved each temperature view into its own directory
Moved related hooks with their respective views
Updated imports after restructuring
Good breakout!
While going through the files, I noticed that the graph doesnt have correct imports (they just go to the components map instead of where to get the specific file).
The month, time-series and year folders also do not have the correct imports (too few "../", does not go back far enough to the right folders)
I tested the default view and that works perfectly.
I’ve updated the imports,
could you take a look?
Looks good now! The imports comment is solved as well as code standard has been strengthened.
Quick comment to add is that settings.json has been updated, dont know if we need to push that change
I merged the latest team_2_week_2 into my branch and resolved the conflicts. The branch is now updated.
I have now tested this, and it compiles and seems to work!