Skip to content

Commit 90b7a02

Browse files
danilo-lealmnajdova
authored andcommitted
[docs] Update links to GitHub projects (mui#41297)
1 parent 6402408 commit 90b7a02

File tree

14 files changed

+49
-13
lines changed

14 files changed

+49
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2834,7 +2834,7 @@ _May 10, 2023_
28342834
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
28352835

28362836
- 🚀 Base UI is now in beta - all planned breaking changes are now complete!
2837-
- 🗺 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.
2837+
- 🗺 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.
28382838
- 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements
28392839

28402840
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Roadmap
2+
3+
<p class="description">Keep up with ongoing projects and help shape the future of Base UI.</p>
4+
5+
## How we prioritize
6+
7+
Base UI is a community-driven project, meaning we usually pick the issues and suggestions that resonate the most with the community.
8+
Therefore, make sure to leave an upvote 👍 on [the GitHub issues](https://github.com/mui/base-ui/issues) you are most interested in.
9+
10+
Additionally, we conduct annual [developer surveys](/blog/?tags=Developer+survey/) which also serve as key inputs for Base UI's roadmap.
11+
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!
12+
13+
## Keeping track of the roadmap
14+
15+
### GitHub project
16+
17+
The Base UI GitHub project is where you can see the ongoing priorities for the library.
18+
We typically add umbrella issues to the project board after discussing them internally.
19+
20+
**[Visit the Base UI project board 👉](https://github.com/orgs/mui/projects/1/views/13)**
21+
22+
<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" />

docs/data/base/pages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const pages: readonly MuiPage[] = [
1111
{ pathname: '/base-ui/getting-started/usage', title: 'Usage' },
1212
{ pathname: '/base-ui/getting-started/customization', title: 'Customization' },
1313
{ pathname: '/base-ui/getting-started/accessibility', title: 'Accessibility' },
14+
{ pathname: '/base-ui/getting-started/roadmap', title: 'Roadmap' },
1415
{ pathname: '/base-ui/getting-started/support' },
1516
],
1617
},

docs/data/material/discover-more/roadmap/roadmap.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Your participation is invaluable—keep an eye on MUI's social media to catch th
1212

1313
## Keeping track of the roadmap
1414

15-
### Public GitHub project
15+
### GitHub project
1616

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

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

22-
<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" />
22+
<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" />
2323

2424
### Milestones
2525

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

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

31-
<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" />
31+
<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" />
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import * as React from 'react';
2+
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocsV2';
3+
import AppFrame from 'docs/src/modules/components/AppFrame';
4+
import * as pageProps from 'docs/data/base/getting-started/roadmap/roadmap.md?muiMarkdown';
5+
6+
export default function Page() {
7+
return <MarkdownDocs {...pageProps} />;
8+
}
9+
10+
Page.getLayout = (page) => {
11+
return <AppFrame>{page}</AppFrame>;
12+
};

docs/pages/blog/2020-q3-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Here are the most significant improvements since June 2020. This was a dense qua
118118
<p class="blog-description">Slider powered by styled-components</p>
119119

120120
- ♿︎ 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).
121-
- 🗓 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).
121+
- 🗓 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).
122122

123123
## Company
124124

@@ -151,7 +151,7 @@ We'll do our best, no guarantee!
151151

152152
### Community
153153

154-
- 🗓 Execute on all the items of the [public roadmap](https://github.com/orgs/mui/projects/18/views/1).
154+
- 🗓 Execute on all the items of the [public roadmap](https://github.com/orgs/mui/projects/23/views/12).
155155
- 👩‍🎨 Simplify the migration experience from v4 to v5.
156156
- ❓ 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.
157157

docs/pages/blog/2021-q1-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ We have the following objectives:
205205

206206
- 🚀 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.
207207
- 📅 Start handling the issues with the date picker reported by developers.
208-
- 🗓 Execute on all the items of the [public roadmap](https://github.com/orgs/mui/projects/18/views/1).
208+
- 🗓 Execute on all the items of the [public roadmap](https://github.com/orgs/mui/projects/23/views/12).
209209
- ❓ 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.
210210

211211
### Advanced components

docs/pages/blog/2021-q2-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ We have the following objectives:
220220
You can follow our progress in the [umbrella issue](https://github.com/mui/material-ui/issues/27170).
221221
- 🌈 Do a proof of concept on supporting a second design system.
222222
Some of our users (and potential users) dislike Material Design. We will try to make the second design system one that they love!
223-
- 🗓 Execute on all of the items in the [public roadmap](https://github.com/orgs/mui/projects/18/views/1).
223+
- 🗓 Execute on all of the items in the [public roadmap](https://github.com/orgs/mui/projects/23/views/12).
224224
- ❓ 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.
225225

226226
### Advanced components

docs/pages/blog/2021-q3-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ We'll do our best, no guarantee!
200200
Since v5, Material UI is no longer actively supporting IE 11. Dropping this browser requirement unlocks new capabilities of the web platform.
201201
- 🌈 Resume work on the second design system.
202202
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).
203-
- 🗓 Execute on all of the items in the [public roadmap](https://github.com/orgs/mui/projects/18/views/1).
203+
- 🗓 Execute on all of the items in the [public roadmap](https://github.com/orgs/mui/projects/23/views/12).
204204
- ❓ 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.
205205

206206
### MUI X

docs/pages/blog/benny-joo-joining.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ He had a great start with his internship, implementing the [Masonry component](h
1717
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.
1818
I am excited to see what other valuable contributions he will make in the future.
1919

20-
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).
20+
The Core team will continue developing the foundations on which to build great design systems.
2121

2222
We couldn't be more excited to have Benny on the team!

0 commit comments

Comments
 (0)