Model for frontend dashboard #146

Closed
opened 2026-04-07 07:45:49 +00:00 by a24timsv · 7 comments
Collaborator

Model for the frontend dashboard is needed before the actual implementation. The model should be presented to the team for feedback and agreement.

Multiple people can take this issue as different ideas would be nice to discuss.

Parent issue: #145

Model for the frontend dashboard is needed before the actual implementation. The model should be presented to the team for feedback and agreement. Multiple people can take this issue as different ideas would be nice to discuss. Parent issue: #145
Collaborator

assign me

assign me
Author
Collaborator

I also feel that I need to explain this a bit more.

The model's goal is to show how different HTML elements are constrained by or to each other. So there is no need to draw something complicated or something pretty. It only needs to show which div exist within which div.

<div class="root">
  <div class="navbar">
    <h1>Awesome header</h1>
  </div>
  <div class="grid-area">
    <div class="Card">
      ...
    </div>
  </div>
</div>

draw.io is a good tool for this

I also feel that I need to explain this a bit more. The model's goal is to show how different HTML elements are constrained by or to each other. So there is no need to draw something complicated or something pretty. It only needs to show which div exist within which div. ``` html <div class="root"> <div class="navbar"> <h1>Awesome header</h1> </div> <div class="grid-area"> <div class="Card"> ... </div> </div> </div> ``` draw.io is a good tool for this
Collaborator

An idea of how the dashboard could be built.

An idea of how the dashboard could be built.
Collaborator

An idea for what could be included/how it could look

An idea for what could be included/how it could look
Collaborator

Dashboard design example

Dashboard design example
Author
Collaborator

I'll upload my version as well then

I'll upload my version as well then
Author
Collaborator

As talked about on the meeting this afternoon, every model in this issue is structurally the same and no one in the meeting had any objections to this model we have decided to use this model (can also be found on the wiki) as of now to build an actual implementation.

Someone will be assigned to the related issue for the implementation #187

As talked about on the meeting this afternoon, every model in this issue is structurally the same and no one in the meeting had any objections to this model we have decided to use [this model](https://git.webug.se/Andras/BoundlessFlowCampus2K/issues/146#issuecomment-1020) (can also be found on the [wiki](https://git.webug.se/Andras/BoundlessFlowCampus2K/wiki/Frontend-model)) as of now to build an actual implementation. Someone will be assigned to the related issue for the implementation #187
Sign in to join this conversation.
No milestone
No project
4 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#146
No description provided.