AtHeartEngineer / ideas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSE Ideas

Rationale

This repository and the corresponding process intend to support collecting ideas and track their status until potential decision for implementation.

Process

Inspired by the EIP process (lighter,less formal/technical process.).

graph LR
  reframe --> rework[Rework idea]

  open([Open Issue])--> draft[Draft]
  draft --> ready[Ready for review]
  ready -. Optional .-> pitch{{Pitch}}
  ready ---> review[Review]
  review ---> decision{Decision}
  pitch -.-> decision
  rework --> ready

  decision --> reframe([Reframe idea])
  decision --> project([Start project])
  decision --> dismiss([Do not start project])


  
  draft --> withdrawn[Withdrawn]
  ready --> withdrawn
  rework --> withdrawn
  
  style pitch stroke-dasharray: 3 3
Loading
  • draft: idea tracked as an issue in this idea repository.
  • ready: once the idea's author marks an idea as ready, the PSE team will review it.
  • pitch: a monthly pitch day will take place and can be the opportunity for authors to present their ideas.
  • decision:
    • rework: idea needs to be refined or scope needs to be adjusted.
    • start project: the PSE group will support the implementation of the idea.
    • do not start project.

About