-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: projects view #1785
Merged
Merged
feat: projects view #1785
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore: create projects entity and table creation migration * chore: remove unused functions * chore: personnel entity and table creation migration, and some improvements to projects migration * chore: project milestone entity and table creation migration * chore: rename old proposal Project to ProposalProject * chore: ProjectMilestoneUpdate entity and migrations * chore: add id to personnel attributes
* chore: rename old proposal Project to ProposalProject * chore: ProjectMilestoneUpdate entity and migrations * chore: create projects por passed grants and bids proposals
* chore: rename ProjectStatus enum values to be consisten with system * chore: rename PersonnelStatus, and MilestoneStatus enum values
* feat: get projects query * requested changes
* feat: validate milestones and add them to snapshot message * chore: update date name field
* chore: project personnel creation and retrieval * chore: use TeamMember in Personnel * chore: use an empty array when projects have no personnel * fix: query with relevantLink * fix: replace personnel status for deleted check * fix: add project status type deletion on down migration * chore: address pr comments
* chore: add personnel to project * refactor: rename personnel in creation schema
* chore: add personnel to project * refactor: rename personnel in creation schema * chore: order milestones and personnel by creation date * chore: delete personnel endpoint * refactor: move types
* chore: create project links * fix: add/delete link endpoints * refactor: project editor validation * refactor: remove unused method * refactor: proposal status update * chore: set project to in progress on proposal enactment * refactor: disable logging finish proposal job run locally * chore: start project on proposal enactment * refactor: rename fn
* feat: add roadmap field validation * feat: add roadmap to snapshot message
…1836) * chore: update project status on project fetch * chore: update project status on project fetch / enactment using the vesting contract * refactor: remove unnecessary assignment
* refactor: update creation * requested changes * fix: test * fix: type
* refactor: unify vesting types * chore: add funding info to projects * chore: add tx_amount to one time payments * refactor: renames and remove unused code
* feat: b&t notifications (#1774) * fix: removed duplicated notification on finished proposal * feat: B&T notifications * notification types * requested changes * fix: variables naming (#1819) * chore: add endpoints for snapshot subgraph and update api url (#1845) * feat: update decentraland-gatsby v6.2.0 (#1846) --------- Co-authored-by: Nicolás Comerci <[email protected]> Co-authored-by: lemu <[email protected]> Co-authored-by: Braian Mellor <[email protected]>
Signed-off-by: Andy Espagnolo <[email protected]>
* feat: added not editable validation * requested change
…#1852) * fix: migration error on table rename * fix: check legacy condition migrating projects, remove proposal links
andyesp
approved these changes
Jun 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#1762