Commit Graph

119 Commits

Author SHA1 Message Date
MTG2000
d20aaad3a5 update: add project stories on project page 2022-10-04 16:26:22 +03:00
MTG2000
30fbd1c958 fix: delete project from story 2022-10-04 16:18:28 +03:00
MTG2000
ebeda491ec Merge branch 'dev' into feature/tagging-project-story 2022-10-04 16:10:35 +03:00
MTG2000
08c8dc065c feat: add projects card to user profile 2022-10-04 15:29:52 +03:00
MTG2000
310eb0492c Merge branch 'dev' into feature/tagging-project-story 2022-10-04 15:13:22 +03:00
MTG2000
c7e9acd948 feat: tag project api, reactive story updating 2022-10-04 10:41:09 +03:00
MTG2000
bd44334f69 feat: update story card & page to accept tagged project 2022-10-03 23:10:06 +03:00
MTG2000
383a59a8e5 feat: build "tag project" component & functionalities 2022-10-03 17:23:42 +03:00
MTG2000
600a573297 update: limit of similar projects 2022-09-29 14:41:13 +03:00
MTG2000
0c50c58ba2 feat: add similar projects component&api, fix hashtag in edit project 2022-09-29 13:08:53 +03:00
MTG2000
bfc35cb6e5 feat: add getProject by hashtag api, change the project page to use hashtag, update mocks 2022-09-29 12:34:51 +03:00
Dolu
942bb8f114 fix: add verification that current user is a member of the project 2022-09-25 17:09:01 +02:00
MTG2000
d3e3695027 feat: add lightning_address to project, add tooltips to makers avatars in project details card 2022-09-25 16:12:25 +03:00
MTG2000
3fd0b27a84 fix: handle different prisma clients types 2022-09-25 12:07:30 +03:00
MTG2000
4b4036fc57 update: add permissions to project 2022-09-25 11:30:29 +03:00
MTG2000
a01c8dfa15 update: project tournamet api 2022-09-25 10:36:44 +03:00
Dolu
97a4469781 feat: add deleteProject mutation 2022-09-21 18:28:06 +02:00
Dolu
628b405e39 feat: add create and update project mutations 2022-09-21 17:43:21 +02:00
Dolu
b52d4912a3 feat: add basic project creation api 2022-09-19 14:25:40 +02:00
MTG2000
f5e05e7a12 feat: add edit project functionality, unique hashtag validation 2022-09-19 12:44:23 +03:00
MTG2000
fa8c74b8de feat: add api query to get tournament open for registeration 2022-09-19 11:13:49 +03:00
MTG2000
b0ded01a74 Merge branch 'dev' into feature/list-your-product-ui 2022-09-19 10:50:24 +03:00
MTG2000
4bcffa7403 update: log unexpected errors in login api & post story api 2022-09-19 10:42:44 +03:00
MTG2000
558ecf7a9e feat: base re-design of project details modal 2022-09-18 17:26:48 +03:00
MTG2000
7f08bdaa1e update: add extra fields to project query api 2022-09-18 16:03:30 +03:00
MTG2000
61b2e38651 feat: add makers resolver to project query api 2022-09-18 15:51:42 +03:00
MTG2000
014d471065 update: update project with links 2022-09-18 10:46:53 +03:00
MTG2000
c5f640e405 refactor: change story&feed routes structure, change default route, add banner to feed page, fix Loadable component props typing 2022-09-17 12:14:22 +03:00
Dolu
cc9eec8bfb feat: add capabilities table + query + add columns to project for project creation 2022-09-16 15:04:12 +02:00
MTG2000
da7e909b46 feat: add "hashtag" field to api, add images validation to FE, make launch_status an enum field 2022-09-16 11:42:39 +03:00
MTG2000
9710893a42 fix: tabs urls state 2022-09-15 14:57:02 +03:00
MTG2000
239d0a7226 fix: team-member-input name 2022-09-15 14:04:27 +03:00
MTG2000
47e65adb67 update: project api base schema 2022-09-15 13:28:47 +03:00
MTG2000
d8498be49d Merge branch 'dev' into feature/list-your-product-ui 2022-09-15 13:25:06 +03:00
MTG2000
1ac0e8f9c5 update: list project api schema 2022-09-15 10:24:52 +03:00
MTG2000
9b376af289 feat: add base api schema to list-project 2022-09-15 10:08:21 +03:00
MTG2000
30d168d24b Merge branch 'dev' into feature/list-your-product-ui 2022-09-15 09:48:59 +03:00
Dolu
9d5d00cf6b feat: add HostedImage relation for tournament object + refacto image custom image resolvers 2022-09-13 16:00:05 +02:00
MTG2000
60ecbefc97 update: use fluentApi to fetch images in resolvers 2022-09-13 10:52:34 +03:00
MTG2000
63286d878a update: tournament cover image field 2022-09-13 10:07:39 +03:00
MTG2000
d45fe2b3a1 Merge commit 'refs/pull/151/head' of https://github.com/peakshift/makers.bolt.fun into image-upload-management 2022-09-13 10:04:26 +03:00
Dolu
2a308d00ae fix: regenerate migration file + fix after rebase dev 2022-09-12 17:25:53 +02:00
Dolu
acdf617fb0 feat: add image management for stories and user avatar 2022-09-12 14:25:21 +02:00
Dolu
35ccec37b2 feat: connect user avatar upload with the HostedImage table 2022-09-12 14:25:21 +02:00
Dolu
8149433067 feat: add HostedImage relation in award, Hackaton, Story and User tables + data migration to HostedImage 2022-09-12 14:25:21 +02:00
Dolu
72e7eb2a25 feat: add HostedImage relation in Category table + data migration to HostedImage 2022-09-12 14:25:21 +02:00
Dolu
5e688466c0 feat: add HostedImage relation in Project table + data migration to HostedImage 2022-09-12 14:25:21 +02:00
MTG2000
c6de470910 feat: integrate the imgs uploading components with the api 2022-09-12 14:25:19 +02:00
MTG2000
f6fba4b718 feat: add discord id, hide email, fix profile card width on long name, allow for custom icons in toasts 2022-09-12 12:23:03 +03:00
MTG2000
fdab0fa0d4 fix; markdown in faqs, makers filters for contacts 2022-09-10 11:06:52 +03:00