Skip to content

Conversation

@wickathou
Copy link
Collaborator

Changes

  • Added new gavelLogin property to registration model to store the user unique login link to the gavel platform
  • Modified project reviewing logic for partners
  • Removed registration checkilist default value generator Updated registration status update to not depend on the type of event
  • Added link rendering for PageHeader component
  • Updated scoring rendering to be more user friendly
  • Added maxLength property to TextAreaInput to limit the amount of characters that the field can take
  • Modified Select component to accept array values for single choice selects Added error display for TextAreaInput to show an error when the length of the text goes over the limit specified
  • Created utility to generate project URLs
  • Fixed multiple warnings, reference, syntax and type errors
  • Deleted unnused commented code and console logs
  • Updated shareProject URL generator for ProjectDetail component Updated multiple depreciated properties from used packages
  • Updated project filters to show reviewed/pending projects on partner review page
  • Update project grid sorting, to show projects in a descending order based on the scores received
  • Fixed participant and project export to return valid data
  • Added lockedPages to PartnerDashboard to lock disabled features based on the event schedule
  • Prettified multiple files
  • Modified logic of TravelGrantStatusBlock, VisaInvitationBlock and Organizer dashboard to be locked when the event is online
  • Disabled results tab from organizer page and marked as experimental to improve it
  • Added length constraints for the ChallengeForm text input fields Disabled travel grant features
  • Added gavel tools to organizer participant management, under /admin to allow superAdmins to add gavel login information for participants to get their login for gavel
  • Removed native gavel features, replaced with original gavel app
  • Added filtering rule to organizer project tables, to see only projects who have a team
  • Removed /map from participant dashboard until the map feature is fixed
  • Removed project_score redux selector, to avoid allowing participants to see the project scores that exist
  • Updated project submission form for participants to show their public project URL
  • Modified participant /reviewing page to show gavelLogin or an error if the gavelLogin is not available
  • Disabled recruiting for partner accounts to fix existing issues Modified registration custom questions schema to include question labels
  • Added missing key prop to multiple iterable DOM elements Removed the file API from the dashboard actions
  • Added new event helpers to find if reviewing is open, reviewing is past and if challenges are enabled
  • Added validation schema for custom questions of link type Limited length of challenge name to only 50 characters

wickathou and others added 6 commits March 14, 2024 13:02
Added new gavelLogin property to registration model to store the user unique login link to the gavel platform
Modified project reviewing logic for partners
Removed registration checkilist default value generator
Updated registration status update to not depend on the type of event
Added link rendering for PageHeader component
Updated scoring rendering to be more user friendly
Added maxLength property to TextAreaInput to limit the amount of characters that the field can take
Modified Select component to accept array values for single choice selects
Added error display for TextAreaInput to show an error when the length of the text goes over the limit specified
Created utility to generate project URLs
Fixed multiple warnings, reference, syntax and type errors
Deleted unnused commented code and console logs
Updated shareProject URL generator for ProjectDetail component
Updated multiple depreciated properties from used packages
Updated project filters to show reviewed/pending projects on partner review page
Update project grid sorting, to show projects in a decending order based on the scores received
Fixed participant and project export to return valid data
Added lockedPages to PartnerDashboard to lock disabled features based on the event schedule
Prettified multiple files
Modified logic of TravelGrantStatusBlock, VisaInvitationBlock and Organizer dashboard to be locked when the event is online
Disabled results tab from organizer page and marked as experimental to improve it
Added length constraints for the ChallengeForm text input fields
Disabled travel grant features
Added gavel tools to organizer participant management, under /admin to allow superAdmins to add gavel login information for participants to get their login for gavel
Removed native gavel features, replaced with original gavel app
Added filtering rule to organizer project tables, to see only projects who have a team
Removed /map from participant dashboard until the map feature is fixed
Removed project_score redux selector, to avoid allowing participants to see the project scores that exist
Updated project submission form for participants to show their public project URL
Modified participant /reviewing page to show gavelLogin or an error if the gavelLogin is not available
Disabled recruiting for partner accounts to fix existing issues
Modified registration custom questions schema to include question labels
Added missing key prop to multiple iterable DOM elements
Removed the file API from the dashboard actions
Added new event helpers to find if reviewing is open, reviewing is past and if challenges are enabled
Added validation schema for custom questions of link type
Limited length of challenge name to only 50 characters
… that the data received has the right format
Added styleModifier function to ProjectGridItem to render projects appropriately
@wickathou wickathou merged commit 34c581a into hackjunction:STAG Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant