chipsalliance / tac

CHIPS Alliance Technical Advisory Council
https://www.chipsalliance.org/
Apache License 2.0
5 stars 22 forks source link

Projects Appear On Website Before Completing Project Formation #163

Closed bensternthal closed 4 months ago

bensternthal commented 4 months ago

Currently, any project that has a .yml file merged will appear on the website. This is not ideal because:

  1. Merging the .yml file is the first step in project formation not the last
  2. Technically, no project should appear on the website until a board vote has occurred (the final step)

A current example is veer.

Some ideas:

  1. We could update the .yml file to have a "draft" field, once a project is fully onboarded we would submit a PR to change this field and the website would display projects based on this flag. The downside to this approach is we have to update all the templates.
  2. We put projects that have not been formed in a specific directory e.g. "draft-project-files"
bensternthal commented 4 months ago

@mgielda feedback requested

bensternthal commented 4 months ago

OK this is a non issue. The PR should not be landed until project formation is complete.