Default Layout options endpoint #927

Open
opened 2026-05-12 13:11:08 +00:00 by c24danli · 0 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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.