Issues

Issues that are outstanding in each release are listed below.

Current list of releases:   Releases

v2.3.0

  • Moments are linear with time and allow only 1 uploaded asset per moment.

  • Rides and Events should support assets. Rides should support multiple assets.

  • Add in admin function edit event and ride type.

  • RESOLVED 2022-10-19

    Better use of javascript on the client side to improve the user experience in situations where a full page refresh is not required. For example, when registering a like or dislike on a Moment or a Ride. The registration should occur silently without incurring a page refresh. AJAX should be used to make the server side request and then return silently with updated data for the client to show without a page refresh.

  • More use of flex throughout client side UI to compress the form fields within width of page. Currently, many small fields, such as dropdown menus, take up entire width of page.