Release 9/28/2021
Favorites Feature
Users can now mark favorite projects by clicking the heart icon on project cards. They can then filter by their favorite projects on the search pages.
Feature Additions
Event Profile
- Markdown syntax supported in event description and agenda fields, allowing insertion of pretty links using the
[name](url)syntax.
Bug Fixes
Tags
For tag fields like Technologies Used, where one or more tags can be selected, if a user tried to delete all the tags in one of these fields, the change failed to save.
Create Project
Failures when uploading a file with no file extension, that is over 50 characters.
Project Profile
Groups with tall thumbnails were bleeding outside of group frame
My Projects Page
Volunteer expiration shown for status instead of 'Pending' when a user volunteered for under 2 weeks.
Performance
Initial Page Load
We are now returning data needed for authenticated users (projects, groups, events, or favorited items) inside a new user_context variable in the initial page load. This user context data is cached.