DAO-job-board
DAO-job-board copied to clipboard
A job board connecting DAOs with talent.
### Overview It will be just a guide for Git commit conventions and it won't be opinionated or required for contributors, everyone is free to write any commit message as...
**Problem** Default search results in no particular order with other job sites. Most job sites do not sort job/gig results in a way that creates a good and sensical experience...
To minimize the number of tasks per issue, I'm separating #18 into two parts: 1. Job Page 2. Gig Page This one will be the gig page as mentioned in...
The company profile will hold basic data about a company or startup. This data should also include links to relevant company websites if necessary. It should also have a logo...
This form is required to onboard the companies who want to post job openings on Developer DAO. A few points that are in my mind right now are: - Name...
Every gig in the website will need a way for devs to apply. WHAT ARE GIGS? They are tiny freelance projects for devs to tackle. This could be anything as...
### Overview > I haven't read abour this in context of supabase but the idea is setting up a CI step that will update the database schema when we roll...
### Overview _It's pretty much a trivial task for now, but we'll add it later on._ Row level security (RLS for short) is a PostgreSQL security feature provided by the...
This issue comes from some of my code review feedback in #41. The way we have to handle links in combination with the `Link` component from Next.js's `next.link` package can...