-
-
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
Hackathon - Town Square - In Review #6359
Conversation
agree button don't working |
- new column added, sponsor_profiles, many to many relationship with Profile, limited to only profiles that have a data__type=Organization the org data returned for the hackathon explorer has been updated to use this new relationship
…-vue.html file, this revert lets the previous functionality remain for non hackathon bounties until we have finalized more vue changes Revert "Add prizes header and hero" This reverts commit aac204b.
…, sponsor tribes widget layout is nearly completed, just the javascript vue work remains
- all filters now working - response data is correct, project cards fully functional Hackathon Dashboard js - updated the sidebar bindings so they are working in the new layout - general clean up
sponsor tribes widget counts, basics of the follow button wired in
0b77f73
to
39b5232
Compare
force pushed eslint fix |
…web into feature/hackathon-ts-review
…on dashboard view
Codecov Report
@@ Coverage Diff @@
## master #6359 +/- ##
=======================================
Coverage 27.45% 27.45%
=======================================
Files 287 287
Lines 26243 26243
Branches 3881 3881
=======================================
Hits 7205 7205
Misses 18768 18768
Partials 270 270 Continue to review full report at Codecov.
|
- removing trailing cruft, js and css depdencies snapshotted - addressing an issue with autogrow, added a flag to disable its execution - hackathon admins are now added to private project channels alongside bounty funders and team members
…web into feature/hackathon-ts-review
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 see a lot of css code which ideally could have been avoided by using bootstrap classes
code looks alright otherwise !
Lets make a list and address them in the component refactor. |
- serialize the HackathonProject name and looking_members columns to the response
…web into feature/hackathon-ts-review
- autogrow removed - bootstrap vue icons removed, using native css fa icons instead
Description
Integrated Hackathon View
Prize Explorer, Townsquare, Chat, User and Participant explorer v1
Refers/Fixes
#6365
#6363
Testing