christex-foundation / pipeline

https://pipeline-tau.vercel.app
MIT License
0 stars 4 forks source link

example data of what a "project" should contain for supabase #121

Open sparrowsl opened 3 days ago

sparrowsl commented 3 days ago

to see the fields that a project contains, one will have to dig into the codebase (for hours?), watch the form for creating new project, etc...,

const project = {
      email: "email@mail.com;
      portfolio: "portfolio link";
      github: "github link";
      // ... other fields
}

basically something like the above snippet in an example file or even in the CONTRIBUTING.md file will help a lot.

sparrowsl commented 1 day ago

also adding an example of the table names to add in supabase. I noticed I don't know the name of the table to add, except watch some error messages which are not always reliable.