-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Add project submission #7704
Add project submission #7704
Conversation
@@ -29,8 +29,12 @@ const submitProject = (logo, data, callback) => { | |||
if (callback) { | |||
callback(response); | |||
} | |||
if (document.location.pathname.includes('fulfill')) { | |||
document.location.reload(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we reload ? i didn't get this 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is not the most elegant way I know but the form need the project pk and that hackathon projects is used in many places, so in some point we can just add that to the data form, but that will need a lot of changes on the form approach, and as we are planning to move that form to vue doesn't make sense to invest a lot of time. fair?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm curious
Description
if start work project post failed the user will not able to submit work
Gives the user the ability to create a project on submission if there is not projects.
working hours not decimals
Refers/Fixes
fix #7695
Testing