Improving RFC/Issue browsing and open source project work

Hello, I am very inspired by the whole Rust project, and can see it going a very long way. I would like to contribute, to advance the project further and take influence. But as a newcomer, I find it hard to get an overview of the project state. What are the suggestions (RFCs), what state are there in, where can I find the related discussions, what work has been done related to those issues, to give some examples.

To me it seems that there is the Github organization (rust-lang), where basically all collaborative work is submitted. RFCs, Issues, code, discussions, all are managed there. However I feel that Github is not an ideal tool to organize open source project work. It is definitely not as good as it could be.

Then there are a few separate discourse forums like this one, where questions are asked and answered, and ideas are discussed. I can't help but feel that all of this infrastructure is a temporary solution that requires more sophistication at some point.

Improving this infrastructure could lead to an increase in development productivity, community participation and security of the project. That is why I would like to start an initiative to design and build a new platform for open source project collaboration, built originally for the Rust Project, but of course more generally applicable.

To demonstrate more clearly what I mean, I would like to solve the following problems:

  • defining project goals: What kind of conditions define the satisfaction of a goal i.e the solution to a problem?
  • relating goals to each other: how do goals depend on/relate to each other?
  • monitoring work on goals: What goals does a specific resource (code, text, chat post, video, ...) relate to?
  • tracking progress on goals: Which work has been done and which sub-goals are still required to satisfy the goal?
  • tracking consensus between people: Which goals do people commit to? Where are conflicts/collaborations?
  • reducing noise: what are the final results of the discussion? What is the current state of the issue?
  • structured knowledge base: Q/A, structured guides/tutorials, parallel to the current resource state of the project, documentation (which is already pretty decent)

Most of these problems are currently solved manually, by using the features Github or other services provide, even though they could be automated. Any feedback or expansion on the (wish-)list above would be very appreciated.

I am already working on a project, which somewhat encompasses this, but I would like to build something more specialized, which actually satisfies a demand. I personally have had the demand for a more powerful project management platform like this, and I would be glad if people shared their thoughts on this, and if there were a demand for this in the Rust project.

Another point I thought about was monetization of work on goals. People could stake rewards for specific tasks, possibly using a crypto currency, which will be unlocked once the task is completed, and for those who have submitted the required resources.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.