issue-836-add-card-placeholders #848
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!848
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-836-add-card-placeholders"
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?
Implemented issue #836 by adding interactive placeholders for empty dashboard grid cells in edit mode.
Changes:
Review on #848
What's done
Tested on Arch Linux using Firefox
Inspected the following files
frontend/src/pages/dashboard/Dashboard.js:
Lines like const { col } = gridSizes[...], and onChange={(v) => updateCardValue(item.i, v)}. I think const cell = { x, y, w: 1, h: 1 }; might be okay since "x, y, w: 1, h: 1" are values that are used by the underlying library. I'm not sure if they are still in violation, though.
frontend/src/pages/dashboard/utils/AddNewView.js
What needs to be done
BUGS:
TO DO:
Conclusion
Priority 1 should be to add the ability to grow a card's size.
Then fix the merge conflict.
After both of those, address the to-do list above.
For the moment, this PR shouldn't be merged.
@b25marem Can you fix the issues?
@c24elipe Thanks for the review. I have now fixed the card resize issue and addressed the review comments regarding naming, comments, and the AddNewView refactor. You can take another look when you have time.
Reviewed the improvement.
Conclusion:
The solution is ready to be merged .