Default Layout options endpoint #927

Closed
opened 2026-05-12 13:11:08 +00:00 by c24danli · 2 comments
Collaborator

To implement a set of default Layout options, these will not be the personal layout's but a set that everyone can choose from.
Currently you need id to access personal layout's. As these views will not be saved or changed depending on users we believe we can make it simpler by having json files saved in the project which can be loaded with our current function.
frontend\src\pages\dashboard\utils\SaveGrid.js

  • create new json layouts (no need to think to hard about what each layout shows we can change it later)
  • a way to fetch/ load these layout's from the frontend.
To implement a set of default Layout options, these will not be the personal layout's but a set that everyone can choose from. Currently you need id to access personal layout's. As these views will not be saved or changed depending on users we believe we can make it simpler by having json files saved in the project which can be loaded with our current function. frontend\src\pages\dashboard\utils\SaveGrid.js - create new json layouts (no need to think to hard about what each layout shows we can change it later) - a way to fetch/ load these layout's from the frontend.
Collaborator

Pr #1118

Pr #1118
Collaborator

Has been merged in pr #1118

Has been merged in pr #1118
Sign in to join this conversation.
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K#927
No description provided.