CredComSoc / CreditCoopTech

Credit Coop Tech
Mozilla Public License 2.0
1 stars 1 forks source link

Fixes to calendar events #146

Closed tfwoodroofMCS closed 11 months ago

tfwoodroofMCS commented 1 year ago

A number of issues with creating events via the calendar:

General:

Pop-up on first event creation

Image

Pop-up on subsequent event creation

Image

tfwoodroofMCS commented 1 year ago

@EugeneJoe: @yonasbek is going to start working on this soon, which will probably result in some more things to be internationalised.

tfwoodroofMCS commented 11 months ago

Much better than it was, but still some buggy behaviours. First video: the app hangs if the invalid time logic is triggered:

https://github.com/CredComSoc/CreditCoopTech/assets/105865183/6f96bd8a-191a-47c1-adec-0bd49947b55c

Second video: various issues with deleting and editing events:

https://github.com/CredComSoc/CreditCoopTech/assets/105865183/042e0aad-14ca-4101-a4d2-9dd11667e83c

tfwoodroofMCS commented 11 months ago

App hanging after invalid time now fixed, but redirects to home - change so that it redirects to events/calendar.

tfwoodroofMCS commented 11 months ago

Deleted events don't disappear until page is refreshed - possible to make them disappear immediately?

https://github.com/CredComSoc/CreditCoopTech/assets/105865183/24cda998-db26-4024-8a9c-bdf7462b8142

tfwoodroofMCS commented 11 months ago

Editing events causes them to disappear!

https://github.com/CredComSoc/CreditCoopTech/assets/105865183/c18b763d-6b5a-4d27-83b6-9869d529a49d

tfwoodroofMCS commented 11 months ago

To make it clearer when the event is, replace the 'a' after the time with 'am', and the 'p' with 'pm'.

tfwoodroofMCS commented 11 months ago

Considerably better than it was, but still not really functional. Not a priority to fix, but listing observed issues here for future reference:

yonasbek commented 11 months ago

The first issue may be due to our server in the rendor. Because it is working for me locally and in the production one. But will investigate. The third topic need more explanation.

tfwoodroofMCS commented 11 months ago

Third topic: in the video below, an event is created to start at 11:30, but editing it to start at 11:45 does not result in the modification being displayed:

https://github.com/CredComSoc/CreditCoopTech/assets/105865183/2e8ca740-e6a5-442f-9f67-0796e742e1e4

Everything else working well, so calendar is now useable - nice one!