Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Training Flow Layout #1072

Open
dwu359 opened this issue Dec 16, 2023 · 1 comment
Open

[FEATURE]: Training Flow Layout #1072

dwu359 opened this issue Dec 16, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request frontend frontend task

Comments

@dwu359
Copy link
Contributor

dwu359 commented Dec 16, 2023

Feature Name

Training Flow Layout

Your Name

Daniel Wu

Description

Problem
We want to redesign the layout of the trainspace page so that it's more intuitive and easier to navigate for the user.

Approach
Screenshot 2023-12-16 at 4 07 07 PM
https://www.figma.com/file/izZAPSl3JiDY7Hfj90qFMn/Training-Flow-Layout?type=design&node-id=0%3A1&mode=design&t=2BbqC5aiUfzcoOCt-1

  1. Create a new page and name the train route train2.
  2. Make a sidebar. The sidebar should have a fixed width, but should take up all of the height.
  3. Make a menu bar. The menu bar should attach to the bottom of the nav bar and take up the entire width from the sidebar to the edge of the page and should also have a fixed height.
  4. Make a draggable list of blocks. I recommend looking at the Sortable component of Dnd Kit to implement this, but there are definitely other libraries that can do this too. Don't worry about the implementation of a block yet, that can be done in seperate PRs. For now, blocks can just be replaced with placeholder components.
    Any other considerations
    Remember to follow Material Design standards, since we use MUI for our ui design tool.
@dwu359 dwu359 added the enhancement New feature or request label Dec 16, 2023
Copy link
Contributor

Hello @dwu359! Thank you for submitting the Feature Request Form. We appreciate your contribution. 👋

We will look into it and provide a response as soon as possible.

To work on this feature request, you can follow these branch setup instructions:

  1. Checkout the main branch:
```
 git checkout nextjs
```
  1. Pull the latest changes from the remote main branch:
```
 git pull origin nextjs
```
  1. Create a new branch specific to this feature request using the issue number:
```
 git checkout -b feature-1072
```

Feel free to make the necessary changes in this branch and submit a pull request when you're ready.

Best regards,
Deep Learning Playground (DLP) Team

@karkir0003 karkir0003 added the frontend frontend task label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend frontend task
Projects
Status: Backlog
Development

No branches or pull requests

3 participants