Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Bug) Delay in Events List update after creating new event #660

Closed
CoderMayhem opened this issue Apr 15, 2021 · 0 comments · Fixed by #671
Closed

(Bug) Delay in Events List update after creating new event #660

CoderMayhem opened this issue Apr 15, 2021 · 0 comments · Fixed by #671
Assignees
Labels
bug Something isn't working

Comments

@CoderMayhem
Copy link
Contributor

CoderMayhem commented Apr 15, 2021

  • Issue Description: When the user creates a new event the addEventPage pops off before the event gets added. The user needs to refresh the list to see the new added event. Also while deleting the event the process is abrupt, showing a progressBar would be better for UX.
  • Issue Severity: Low
  • Environment Details: Issue in addEventPage.dart
  • Observed Behaviour: The add event screen pops off before the event gets added as a result of which the new event does not appear on the list and the user needs to refresh the list a couple of times to see the new event.
  • Expected Behaviour: The add event screen should pop off only after the event is created and the event list should be updated.
  • Steps to reproduce issue: Create an event in the events section.
  • Snapshots/Videos:
delay-err.mp4
  • Does this issue need immediate attention? No, the event list does get updated but only after refreshing it a couple of times.
  • Are you willing to work on this issue: Yes. Kindly assign this to me @Sagar2366
@github-actions github-actions bot added the unapproved Unapproved, needs to be triaged label Apr 15, 2021
@Sagar2366 Sagar2366 added bug Something isn't working and removed unapproved Unapproved, needs to be triaged labels Apr 15, 2021
Sagar2366 added a commit that referenced this issue Apr 19, 2021
Fixes delayed appearance of new events in the events list [Fixes #660]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants