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

Add a template in material UI templates #4153

Closed
6 tasks done
bharatkashyap opened this issue Sep 25, 2024 · 1 comment
Closed
6 tasks done

Add a template in material UI templates #4153

bharatkashyap opened this issue Sep 25, 2024 · 1 comment
Assignees
Labels
scope: toolpad-core Abbreviated to "core" umbrella For grouping multiple issues to provide a holistic view

Comments

@bharatkashyap
Copy link
Member

bharatkashyap commented Sep 25, 2024

Navigation Structure

{
  segment: "dashboard",
  title: "Dashboard",
 },
 {
   segment: "orders",
   title: "Orders", 
  },
  {
	 segment: "Support",
	 title: "Support",
	 children:  
	 [
	 {			
		 segment: "Tickets",
		 title: "tickets",
		 action: "<Chip label={12} color="success" size="small" />,"
	},
	{
	          segment: "Team",
                  title: "Team",
	}
        ]
}

Flow

  • /dashboard opens first, public page
  • /orders is also public
  • /orders/team requires signing in

Page Content

Dashboard

Orders, Users

Sign In

  • Add credentials (along with OAuth and any others) so that someone can try it out instantly, add a callout with the demo credentials

Milestones

v0: Place it in https://mui.com/toolpad/core/introduction/examples/

v1: Place it in https://mui.com/material-ui/getting-started/templates/

@bharatkashyap bharatkashyap self-assigned this Sep 25, 2024
@bharatkashyap bharatkashyap converted this from a draft issue Sep 25, 2024
@github-actions github-actions bot added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Sep 25, 2024
@bharatkashyap bharatkashyap added scope: toolpad-core Abbreviated to "core" and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Sep 25, 2024
@prakhargupta1 prakhargupta1 added the umbrella For grouping multiple issues to provide a holistic view label Nov 5, 2024
@github-project-automation github-project-automation bot moved this from In progress to Completed in MUI Toolpad public roadmap Nov 25, 2024
Copy link

This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue.
Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: toolpad-core Abbreviated to "core" umbrella For grouping multiple issues to provide a holistic view
Projects
Status: Completed
Development

No branches or pull requests

2 participants