-
Notifications
You must be signed in to change notification settings - Fork 46
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: Get LEVEL Creation to work #78
Conversation
@manish-singh-bisht is attempting to deploy a commit to the formbricks Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for following the naming conventions for pull request titles! 🙏 |
… i am wrong here)
@jobenjada ready for review. have added video in the description |
thanks a lot for following up, this looks really good :) Noticed one thing:
I'll go ahead and merge this regardless, as its a minor tweak which shouldn't block us :) |
/award 500 |
Awarding manish-singh-bisht: 500 points! |
This reverts commit 4df6031.
This reverts commit 4df6031.
* services,action,zod,level form,(not image) * corrected the replace button bug * correct the button variant, input is not changing * changed to arrow fxns * corrected the space * corrected the spacing * take 1- changed the update handlers in frontend only * image needs to be provided, removed the image fallback * changed the name environmentId to repositoryId, things may break(hope i am wrong here) * added delete from s3 functionality when delete level happens * feat:core functionality+visibility of levels * fix:now players with higher levels can take on task of lower levels * chore: shifted the sorting to the util function * fix:shows all tags from lower levels as well * fix:corrected the key * levels tweaks --------- Co-authored-by: Johannes <[email protected]>
* feat: Get LEVEL Creation to work (#78) * services,action,zod,level form,(not image) * corrected the replace button bug * correct the button variant, input is not changing * changed to arrow fxns * corrected the space * corrected the spacing * take 1- changed the update handlers in frontend only * image needs to be provided, removed the image fallback * changed the name environmentId to repositoryId, things may break(hope i am wrong here) * added delete from s3 functionality when delete level happens * feat:core functionality+visibility of levels * fix:now players with higher levels can take on task of lower levels * chore: shifted the sorting to the util function * fix:shows all tags from lower levels as well * fix:corrected the key * levels tweaks --------- Co-authored-by: Johannes <[email protected]> * solve build errors --------- Co-authored-by: Manish Singh Bisht <[email protected]>
What does this PR do?
fixes: #72
video1: showing visibility of levels
Screencast from 15-05-24 02:25:33 AM IST.webm
video2: showing functionality
Screencast from 15-05-24 02:16:23 AM IST.webm
How should this be tested?
Checklist
Required
pnpm build
console.logs
git pull origin main
Appreciated