Skip to content

Releases: MaxwellBo/Muncoordinated-2

v2.13.0

01 Dec 04:53
29ae197
Compare
Choose a tag to compare
  • Allow links to be posted to the file screen

v2.12.1

30 Oct 08:29
Compare
Choose a tag to compare
  • Stop non-authorised users from provisioning causes from amendments

v2.12.0

30 Oct 08:10
Compare
Choose a tag to compare
  • Require a committee name in the onboarding process
  • Hint that users should use passwords that they'd be happy to share with their friends
  • Add a button that allows users to clear all the motions
  • Record speaker time preferences for better queue-er and timer setter defaulting

v2.11.0

29 Oct 07:30
Compare
Choose a tag to compare
  • Did a big pass on what the app defaults inputs to with the aim of improving usability. This includes pretty much all country dropdowns, plus a few others
  • Voting now wraps around to allow people to delete votes
  • Added a "Stage" step to the country queueing process. Pushing through a full "Next Speaking" queue will cause the button to read "Stage, Next, Next, Next, End"
  • Users can now change the name and topic of a committee
  • Delegates marked "Voting" are flagged in the "Voting" tab of resolutions
  • Amendments can be added and edited by delegates (enabled by a flag)
  • Caucuses that are closed don't disappear from the caucus list dropdown
  • Attempting to navigate to caucuses and resolutions that don't exist no longer get into an eternal loading state. Instead you get a nice "Not Found" message
  • Deleting the committee name is strongly discouraged with scary red boxes
  • Setting resolutions with identical proposers and seconders is strongly discouraged as well
  • Do a UI pass on /onboarding so that it doesn't look like shit
  • Rename "Caucus Topic" to "Caucus Details". Reasoning: typically the caucus name describes the topic anyway
  • Disable service worker registrations so our refreshes work properly
  • Eliminated a bug where the committee list would appear to be eternally loading if the user had not created committees before
  • Defend against users trying to add the same country multiple times on /admin'
  • Members no longer default to "Voting"
  • Various UI fixes and tweaks

v2.10.0

14 Oct 00:28
Compare
Choose a tag to compare
  • Update the homepage with more information about mobile responsiveness
  • SEO tweaks
  • Overhaul the caucus and motions screen appearance for better mobile responsiveness
  • Tweak caucus screen so that it renders nicely on mobile
  • Disabled the auto-queueing feature due to a bug in its implementation (this will be fixed at a later date)
  • Prevent motions from ever being added without filling out all the required fields
  • Add a 'conference' field to the onboarding page
  • Overhaul the committee homepage with more committee information and helpful information
  • Fix a bug in the stats page that was causing the Operative Threshold to be the incorrect value
  • Fix bug that prevented delegates from being not present and still voting

v2.9.1

10 Oct 06:58
Compare
Choose a tag to compare
  • 'Enter' now adds a new motion; you don't have to click the [+] button
  • Fix a bug affecting the counting of voting thresholds
  • Add Sentry error reporting
  • Add a link to onboarding from the committee list in the user details modal
  • Add a "Connection Regained" notification
  • Add a "Connection Lost" notification
  • Fix some copywriting here and there

v2.9.0

07 Oct 04:19
Compare
Choose a tag to compare
  • Hint searchability of dropdown fields
  • Add NCMUN banner
  • Add HelpMyMUN link
  • Make the committee screen far more mobile friendly

Muncoordinated only supports Google Chrome. Safari and Firefox specific bugs that cannot be reproduced in Google Chrome are officially wontfix.

v2.8.1

28 Sep 06:15
Compare
Choose a tag to compare
  • Hotfix a weird layout issue when the caucus list gets too long

v2.8.0

21 Jul 00:19
Compare
Choose a tag to compare
  • Add Google analytics for better analysis of user needs
  • Closed #7, allowing motion approval actions for all relevant motion types
  • Rewrite various text strings for improved UI clarity
  • Public release!

v2.7.0

07 Jul 04:45
Compare
Choose a tag to compare
  • Change 'Signup' -> to 'Create Account' in response to user reports that people were getting confused that 'Signup' didn't take them to a seperate wizard, but used the username and password that they'd just specified
  • Add warnings when trying to use the app without being logged in to account that has ownership over the currently used committee
  • Change the default motion duration to 10 minutes, from 15 minutes
  • Add a setting that permits 'auto-nexting' the next speaker when the current speaker's allotted time has elapsed
  • Add a toggleable alarm for when timers run out
  • Bug and typo fixes