Releases: Code-Institute-Community/ci-hackathon-app
Releases · Code-Institute-Community/ci-hackathon-app
Adding team/project views, updating scores and allowing to add awards, make profiles viewable to other users
1.13 #A09. As Admin, I would like to trigger an event to award the winning…
Hackathon detail view, update create/edit hackathon form and add view to create/change teams
1.12 #A05. As Admin, I would like to manually trigger an event that divide…
Judging automation - calculate and display total scores
Updated the check_projects_scores function so If all the projects were scored, it calculates the total score for each team, sorts the teams by scores and renders final_score.html with the score table.
If all projects weren't scored, it renders final_score.html without the score table.
Landing page, only display hackathons for user org and update hackathons functionality
1.10 #P04.2. Only display Hackathons where the org is CodeInstitute or whe…
View only published hackathons and add test data
1.9 M08 build test data (#104)
Updating models, allowing to update profile and delete hackathon
1.8 Merging some migrations
Adding resources app
1.7 #P08: Resources page setup (#77)
Changing user menu for logged in/out view
1.6 Additional PR in relation to User authentication ~ #83 (#89)
User authentication with profile using all_auth
1.5 #M00. As a User, I would like to register an account. - Auxfuse (#83)
Viewable User Profiles
1.4 #M06. As a User, I would like to see my account. (#69)