Skip to content

Releases: kir-dev/pek-next

v1.8

29 Mar 15:14
173fb4c
Compare
Choose a tag to compare
  • Fix link duplications on group history
  • Add SVIE hierarchy view
  • Fix indicating new groups as 'probably inactive'
  • Under the hood
    • Change unique constraint on screen name to case-insensitive

v1.7

02 Mar 11:51
b786006
Compare
Choose a tag to compare
  • Add comments on point table
  • Redesign point table on judgement page
    • Update style from evaluation table
    • Add point sums & averages
    • Add sorting
  • Add support help text, remove popup
  • Update README
  • Fix sanitizing on profile page
  • Change membership handling
    • Update buttons after successful action
    • Add confirmation before archiving user
  • Add custom error pages
  • Update SVIE related stuff
    • Async requests on admin page
    • Move admin related stuff to module
  • Under the hood
    • Refactor link decorations
    • Update robots.txt
    • Optimize queries on judgement page
    • Add docker support
    • Refactor associated models delete policy

deploying-without-tests

v1.6.1

09 Jan 19:54
83890ad
Compare
Choose a tag to compare
  • Update evaluation table sum
  • Fix missing database and model validations

Back and easy...

28 Dec 20:52
e4fa392
Compare
Choose a tag to compare
  • Add UIKit date picker for date inputs
  • Change 401 (unauthorized) to 403 (forbidden)
  • Add delegates counting and count editing
  • Improve evaluation related pages
    • Add user hiding
    • Make user column sticky
    • Add arrow navigation in table
    • Optimize for smaller/mobile screens
  • Under the hood
    • refactor codebase
    • optimize evaluation related queries, decrease loading time ~66%

v1.5: Merge pull request #82 from kir-dev/83-updates-before-deployment

14 Nov 11:13
dbe461e
Compare
Choose a tag to compare
  • Add link to user's mail and phone number, thanks @kissadamfkut
  • Add redirect for old style VIR id links
  • Add group history
  • Change room number to string
  • Fix login date update
  • Under the hood:
    • Remove ES6 syntax to avoid failing asset building
    • Refactor membership related stuff
    • Fix seeder

v1.4: Merge pull request #62 from kir-dev/61-advanced-view-settings

03 Aug 14:54
aa17708
Compare
Choose a tag to compare
  • Adjust uploaded picture quality
  • Add view settings for list/grid, pagination and show pictures
  • Updated styles
  • Fix null error in point details
  • Add point history calculation
  • Under the hood:
    • Refactor semester class

Fix evaluation process

19 Jul 07:51
588cb1d
Compare
Choose a tag to compare
  • Fix point details sum on judgement page
  • Add evaluation messaging for group leader
  • Fix missing date of birth field and validation on SVIE application
  • Fix evaluation editing
  • Add group parent info to group page

Over and over

25 Jun 10:30
90896d2
Compare
Choose a tag to compare

1.3

  • Show evaluations for RVT members includin point request, entry requests, principles and connecting messages
  • Add ability to create evaluation judgement
  • Add share button for profile page
  • Add redirecting to opened url after login
  • Add more clear description for group explanation for evaluation
  • Add ability to modify evaluation after deny
  • Add ability for submitting evaluation and remove auto submission logic
  • Fix evaluation's group explanation to justification
  • Add validations for point details (between 0 and principle's max)
  • Update point request sum (20/30 rule, rounding)

Yeah, first patch!

11 Jun 08:10
d002844
Compare
Choose a tag to compare

1.2.1

  • Fix entry request justification editing, add redirect back, when no entry request given
  • Fix point table, all group member can get point, not only SVIE members
  • Fix entry request's justification, remove them when type is 'KDO' at season change
  • Fix principle editing, add description input
  • Add principle summary popup to evaluation table

"That's one small step for..."

31 May 19:14
2c84b5e
Compare
Choose a tag to compare

1.2

  • Add creation for evaluation description
  • Add creation for principles
  • Add creation for evaluation
  • Add creation for justification
  • Fix SVIE contraction text
  • Fix archived member listing
  • Add info for group leaders about archiving
  • Remove archived members from authsch
  • Add fallback location to redirect back, when no referrer provided
  • Fix user point history nil error