Skip to content

Commit

Permalink
[docs] Update links to GitHub projects (mui#41297)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal authored Mar 4, 2024
1 parent 2f7bc52 commit 317806d
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2834,7 +2834,7 @@ _May 10, 2023_
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:

- 🚀 Base UI is now in beta - all planned breaking changes are now complete!
- 🗺 We have a new [project roadmap](https://github.com/orgs/mui/projects/18/views/1) on GitHub where you can learn about what's coming next.
- 🗺 We have new [project boards](https://github.com/mui/material-ui/projects?query=is%3Aopen) on GitHub where you can learn about what's coming next.
- 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements

### `@mui/[email protected]`
Expand Down
22 changes: 22 additions & 0 deletions docs/data/base/getting-started/roadmap/roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Roadmap

<p class="description">Keep up with ongoing projects and help shape the future of Base UI.</p>

## How we prioritize

Base UI is a community-driven project, meaning we usually pick the issues and suggestions that resonate the most with the community.
Therefore, make sure to leave an upvote 👍 on [the GitHub issues](https://github.com/mui/base-ui/issues) you are most interested in.

Additionally, we conduct annual [developer surveys](/blog/?tags=Developer+survey/) which also serve as key inputs for Base UI's roadmap.
Your participation is invaluable—keep an eye on MUI's social media to catch the next survey and help shape the future of the library!

## Keeping track of the roadmap

### GitHub project

The Base UI GitHub project is where you can see the ongoing priorities for the library.
We typically add umbrella issues to the project board after discussing them internally.

**[Visit the Base UI project board 👉](https://github.com/orgs/mui/projects/1/views/13)**

<img src="/static/base-ui/roadmap/github-roadmap.png" style="width: 814px;" alt="A screenshot of the public Base UI GitHub project." width="1628" height="400" />
1 change: 1 addition & 0 deletions docs/data/base/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const pages: readonly MuiPage[] = [
{ pathname: '/base-ui/getting-started/usage', title: 'Usage' },
{ pathname: '/base-ui/getting-started/customization', title: 'Customization' },
{ pathname: '/base-ui/getting-started/accessibility', title: 'Accessibility' },
{ pathname: '/base-ui/getting-started/roadmap', title: 'Roadmap' },
{ pathname: '/base-ui/getting-started/support' },
],
},
Expand Down
10 changes: 5 additions & 5 deletions docs/data/material/discover-more/roadmap/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Your participation is invaluable—keep an eye on MUI's social media to catch th

## Keeping track of the roadmap

### Public GitHub project
### GitHub project

The Material UI public GitHub project is where you can see the ongoing priorities for the library.
The Material UI GitHub project is where you can see the ongoing priorities for the library.
We typically add umbrella issues to the project board after discussing them internally.

**[Visit the public Material UI project board 👉](https://github.com/mui/material-ui/projects/26)**
**[Visit the Material UI project board 👉](https://github.com/orgs/mui/projects/23/views/12)**

<img src="/static/material-ui/roadmap/github-project.png" style="width: 814px; margin-top: 4px; margin-bottom: 8px;" alt="A screenshot of the public Material UI GitHub project." width="1628" height="400" />
<img src="/static/material-ui/roadmap/github-project.png" style="width: 814px;" alt="A screenshot of the public Material UI GitHub project." width="1628" height="400" />

### Milestones

Expand All @@ -28,4 +28,4 @@ Check it out to keep up with ongoing progress and see which issues have been pic

**[Visit the Material UI milestones page 👉](https://github.com/mui/material-ui/milestone/42)**

<img src="/static/material-ui/roadmap/milestone.png" style="width: 814px; margin-top: 4px; margin-bottom: 8px;" alt="A screenshot from GitHub of the Material UI v6 milestone." width="1628" height="400" />
<img src="/static/material-ui/roadmap/milestone.png" style="width: 814px;" alt="A screenshot from GitHub of the Material UI v6 milestone." width="1628" height="400" />
12 changes: 12 additions & 0 deletions docs/pages/base-ui/getting-started/roadmap.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocsV2';
import AppFrame from 'docs/src/modules/components/AppFrame';
import * as pageProps from 'docs/data/base/getting-started/roadmap/roadmap.md?muiMarkdown';

export default function Page() {
return <MarkdownDocs {...pageProps} />;
}

Page.getLayout = (page) => {
return <AppFrame>{page}</AppFrame>;
};
4 changes: 2 additions & 2 deletions docs/pages/blog/2020-q3-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Here are the most significant improvements since June 2020. This was a dense qua
<p class="blog-description">Slider powered by styled-components</p>

- ♿︎ We have kept investing in accessibility, we have fixed [13 bugs](https://github.com/mui/material-ui/pulls?q=is%3Apr+label%3Aaccessibility+is%3Aclosed+sort%3Aupdated-desc).
- 🗓 We have introduced public quarterly roadmaps, both for [MUI Core](https://github.com/orgs/mui/projects/18/views/1) and [MUI X](https://github.com/mui/mui-x/projects/1).
- 🗓 We have introduced public quarterly roadmaps, both for each [MUI Core](https://github.com/mui/material-ui/projects?query=is%3Aopen) product and [MUI X](https://github.com/mui/mui-x/projects/1).

## Company

Expand Down Expand Up @@ -151,7 +151,7 @@ We'll do our best, no guarantee!

### Community

- 🗓 Execute on all the items of the [public roadmap](https://github.com/orgs/mui/projects/18/views/1).
- 🗓 Execute on all the items of the [public roadmap](https://github.com/orgs/mui/projects/23/views/12).
- 👩‍🎨 Simplify the migration experience from v4 to v5.
- ❓ Please upvote [GitHub issues](https://github.com/mui/material-ui/issues) if you want us to focus on a specific problem. The number of 👍 helps us to prioritize.

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/blog/2021-q1-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ We have the following objectives:

- 🚀 Get v5-beta (no more breaking changes) out! The development of this new version started almost a year ago. It's time to aim for the stable release.
- 📅 Start handling the issues with the date picker reported by developers.
- 🗓 Execute on all the items of the [public roadmap](https://github.com/orgs/mui/projects/18/views/1).
- 🗓 Execute on all the items of the [public roadmap](https://github.com/orgs/mui/projects/23/views/12).
- ❓ Please upvote [GitHub issues](https://github.com/mui/material-ui/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) if you want us to focus on a specific problem. The number of 👍 helps us to prioritize.

### Advanced components
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/blog/2021-q2-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ We have the following objectives:
You can follow our progress in the [umbrella issue](https://github.com/mui/material-ui/issues/27170).
- 🌈 Do a proof of concept on supporting a second design system.
Some of our users (and potential users) dislike Material Design. We will try to make the second design system one that they love!
- 🗓 Execute on all of the items in the [public roadmap](https://github.com/orgs/mui/projects/18/views/1).
- 🗓 Execute on all of the items in the [public roadmap](https://github.com/orgs/mui/projects/23/views/12).
- ❓ Please upvote [GitHub issues](https://github.com/mui/material-ui/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) if you want us to focus on a specific problem. The number of 👍 helps us to prioritize.

### Advanced components
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/blog/2021-q3-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ We'll do our best, no guarantee!
Since v5, Material UI is no longer actively supporting IE 11. Dropping this browser requirement unlocks new capabilities of the web platform.
- 🌈 Resume work on the second design system.
Some users (and potential users) dislike Material Design. We'll try to make the second design system one that they love! You can check our [first RFC](https://github.com/mui/material-ui/discussions/29024).
- 🗓 Execute on all of the items in the [public roadmap](https://github.com/orgs/mui/projects/18/views/1).
- 🗓 Execute on all of the items in the [public roadmap](https://github.com/orgs/mui/projects/23/views/12).
- ❓ Please upvote [GitHub issues](https://github.com/mui/material-ui/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) if you want us to focus on a specific problem. The number of 👍 helps us to prioritize.

### MUI X
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/blog/benny-joo-joining.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ He had a great start with his internship, implementing the [Masonry component](h
As part of the Core team, he will help with the community support, as well as work on some of the new features we plan for the community version of the library, like the unstyled components and the second design system.
I am excited to see what other valuable contributions he will make in the future.

The Core team will continue developing the foundations on which to build great design systems. Here's a quick view of [the community roadmap](https://github.com/orgs/mui/projects/18/views/1).
The Core team will continue developing the foundations on which to build great design systems.

We couldn't be more excited to have Benny on the team!
2 changes: 1 addition & 1 deletion docs/pages/blog/marija-najdova-joining.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Marija is off to a running start, having made important changes happen during he

She is now actively working on the unstyled components and [the update of the style engine](https://github.com/mui/material-ui/issues/22342). These are two items we've been eager to push forward since the release of v1 but that required someone to be dedicated to tackling them.

The community team will continue developing the foundations on which to build great design systems. Here's a quick view of [the community roadmap](https://github.com/orgs/mui/projects/18/views/1).
The community team will continue developing the foundations on which to build great design systems.

We couldn't be more excited to have Marija on the team! You can follow her on [X](https://twitter.com/marijanajdova).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/static/material-ui/roadmap/github-project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/translations/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"/base-ui/getting-started/usage": "Usage",
"/base-ui/getting-started/customization": "Customization",
"/base-ui/getting-started/accessibility": "Accessibility",
"/base-ui/getting-started/roadmap": "Roadmap",
"/base-ui/getting-started/support": "Support",
"/base-ui/react-": "Components",
"/base-ui/all-components": "All components",
Expand Down

0 comments on commit 317806d

Please sign in to comment.