-
-
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 onboard #5056
Hackathon onboard #5056
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5056 +/- ##
==========================================
+ Coverage 30.87% 31.06% +0.18%
==========================================
Files 219 219
Lines 17649 19177 +1528
Branches 2435 2870 +435
==========================================
+ Hits 5449 5957 +508
- Misses 11977 12933 +956
- Partials 223 287 +64
Continue to review full report at Codecov.
|
{{ hackathon.start_date|date:"M j, Y" }} - {{ hackathon.end_date|date:"M j, Y" }} | ||
|
||
</div> | ||
<!-- {% include 'shared/minihero.html' with h1=hackathon.name suppress_logo=1 position_h1_below_logo=True hide_rain=True %} --> |
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.
do we need this ?
{% endif %} | ||
<div class="row py-5"> | ||
<div class="col-12"> | ||
|
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.
remove extra line ? :P
background: {% firstof hackathon.background_color or 'white' %}; | ||
color: {% firstof hackathon.text_color or 'black' %}; | ||
} | ||
</style> |
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.
indent fix?
Description
This is all automatically generated when a hackathon explorer is created, admin doesn't need to edit anything.
The onboard guide is the "door" of a hackathon, we want every user new or veteran to go there and understand the hackathon flow.
Logged user
Page dynamically generated for each hackathon explorer following branding.
Not logged / new user
Not logged users or new users first logging
Start/work via gitcoin
Open a modal with more details.
Submit plan plan for hackathon
The link go to the onboard guide and the message ask for repo and teams usernames
"how to participate" CTA in hackathon explorer
Link to onboard guide of that hackathon, before people start we want them to understand the hackathon rules
Join button when the hackathon still valid
If the hackathon date is already expired then hide the onboard link of that hackathon.
Refers/Fixes
fix #5039
Testing