Skip to content

Releases: Code-Institute-Community/ci-hackathon-app

Change final_scores calculation and upgrade some dependencies

21 Apr 22:00
52d6dc8
Compare
Choose a tag to compare
Bump django from 3.1.6 to 3.1.8 (#179)

Bumps [django](https://github.com/django/django) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.1.6...3.1.8)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Create Slack Group Chat, display mentor name, upgrade Django

19 Mar 16:40
dae2469
Compare
Choose a tag to compare
Bump django from 3.1.1 to 3.1.6 (#175)

* Bump django from 3.1.1 to 3.1.6

Bumps [django](https://github.com/django/django) from 3.1.1 to 3.1.6.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.1.1...3.1.6)

Signed-off-by: dependabot[bot] <[email protected]>

* Upgrade Django

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Dworschak <[email protected]>

Adding hack_prep status

02 Mar 14:31
494107f
Compare
Choose a tag to compare
1.17

#M14. Misc cleanup changes and improvements (#168)

HMTL description and team distribution fix

01 Mar 17:36
Compare
Choose a tag to compare
1.16

Removing access to edit hackathon from users with is_staff

Dockerising for prod setup and adding extra stats page

24 Feb 17:29
d10177a
Compare
Choose a tag to compare
1.15

#A15. As Admin, I would like to be able to view the participants of a…

Adding custom Slack Allauth provider and other bugfixes

15 Feb 15:15
cb401fa
Compare
Choose a tag to compare
1.14

#M14. Misc cleanup changes and improvements (#148)

Adding team/project views, updating scores and allowing to add awards, make profiles viewable to other users

20 Jan 13:19
aba2991
Compare
Choose a tag to compare
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

06 Jan 21:57
e9e6693
Compare
Choose a tag to compare
1.12

#A05. As Admin, I would like to manually trigger an event that divide…

Judging automation - calculate and display total scores

30 Nov 11:41
af73575
Compare
Choose a tag to compare

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

29 Oct 13:00
9647b14
Compare
Choose a tag to compare
1.10

#P04.2. Only display Hackathons where the org is CodeInstitute or whe…