Skip to content

Commit

Permalink
Merge pull request #576 from stakwork/feat/add_web_development
Browse files Browse the repository at this point in the history
PR: Added Backend Development and Neo4j to languages dropdown
  • Loading branch information
elraphty authored Oct 2, 2024
2 parents db2d688 + 6dfd341 commit ea96259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions cypress/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ declare namespace Cypress {

type Category =
| 'Web development'
| 'Backend development'
| 'Mobile development'
| 'Design'
| 'Desktop app'
Expand Down
4 changes: 3 additions & 1 deletion src/config/bounties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export const languages = [
'Ruby',
'Python',
'Postgres',
'Elastic search'
'Elastic search',
'Neo4j'
];

export const estimation = [
Expand All @@ -30,6 +31,7 @@ export const estimated_budget_15_min = ['USD $10', 'USD $20', 'USD $30', 'USD $4

export const help_wanted_coding_task_schema = [
'Web development',
'Backend development',
'Mobile development',
'Design',
'Desktop app',
Expand Down

0 comments on commit ea96259

Please sign in to comment.