-
Notifications
You must be signed in to change notification settings - Fork 42
Add active roadmap document #735
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
Conversation
docs/roadmaps/active_roadmap.md
Outdated
|
||
* provides native 2D and 3D views. | ||
|
||
## Mission and purpose {#mission-and-purpose} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be nice to just include this section somehow from the actual docs page so we're not maintaining two spots?
|
||
* **Website:** Providing a central hub for information and resources. | ||
|
||
* **Community Engagement:** Fostering communication, outreach, and collaboration through conferences and core team meetings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a strong point of napari and its community, and we could potentially highlight the approach to community engagement as part of the project's mission. One of the best things about a community-led project (and what give it an edge over proprietary systems, in general) is that engagement and a committment to listening to feedback from the community. I think napari does it well and we should highlight it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I think it would be good to update these sections on the main Mission & Values page and then just include it here somehow? This is currently lifted from those sections, and I would hate to have to maintain it in two spots. Do we think it's better to tweak this PR to automagically include the current version from docs and then I can follow up with a PR updating that section? Or do we think we should make the desired updates here and then copy across? I think it's important they stay in sync. @jni @kephale @kevinyamauchi thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DragaDoncila You may be able to use a literalinclude
with line numbers using Sphinx/myst
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my other comment re: merging as is for now.
### Founding principles | ||
|
||
The napari team came together around a shared vision for a Python-based image viewer that: | ||
|
||
* is n-dimensional first, | ||
|
||
* native (no browser required), | ||
|
||
* blazing fast (GPU-powered), | ||
|
||
* layered, allowing easy visualisation of data in a common space, and | ||
|
||
* provides native 2D and 3D views. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't extensibility worthy of living here?
In general, i notice now that I'm nto sure what 's the difference between "foundign principles" and "mission and purpose".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great point @brisvag. See my comment above about maybe just including the current copy here from the original page and then updating there?
@DragaDoncila and all, Let's focus on landing this document as is. It's already way better than what we have today. It is possible in future PRs that we may be able to use a While I don't disagree with @melissawm and @brisvag on their points, I think the changes can come in a future PR (either soon, in 3 months, or when using the Draga, I also think it is very important to add the Roadmap to the list of resources in the left-hand sidebar. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Yeah agree with Carol this is WAY better than what we have. Sidebar would be stellar to show that we are working on being rockstars!
Added #741 so next steps do not fall through the cracks. |
References and relevant issues
Description
This PR adds our active roadmap to the website under the
Roadmaps
section and links to it from theRoadmaps
index page.