Open sparrowsl opened 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.
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.
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...,
basically something like the above snippet in an example file or even in the CONTRIBUTING.md file will help a lot.