DAO-job-board icon indicating copy to clipboard operation
DAO-job-board copied to clipboard

A job board connecting DAOs with talent.

Results 19 DAO-job-board issues
Sort by recently updated
recently updated
newest added

### 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...

📜 documentation

**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...

enhancement
new feature
for later
ui/ux

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...

enhancement
new feature
🎨 design
for later

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...

new feature
for later

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...

enhancement
🎨 design
for later

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...

for later

### 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...

🗃 database
ci

### 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...

🐘 postgres
🗃 database
🔒 security

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...