PalisadoesFoundation / talawa

Community Organization Management Software. Click on the link below to see our documentation.
https://docs.talawa.io/
GNU General Public License v3.0
306 stars 434 forks source link

Error in Event Creation & Fetch due to Faulty mutation #2468

Closed GlenDsza closed 2 months ago

GlenDsza commented 2 months ago

Describe the bug User is unable to create event due to faulty and old implementation of createEvent mutation. The support for recurrance field was removed from API in https://github.com/PalisadoesFoundation/talawa-api/issues/2107 and there are issuein recurrenceRule used on Talawa Mobile.

Update mutation as per latest https://github.com/PalisadoesFoundation/talawa-api/pull/2234

Errors in console:

To Reproduce Steps to reproduce the behavior:

  1. Login to a organization.
  2. Open Events tab
  3. Click on Create Event Button
  4. Fill the details and try to create new event
  5. Error Dialog is shown on the screen.

Expected behavior On click of create event button, the Event should be created successfully if all details are filled and valid.

Actual behavior On click of create event button, A Error Dialog is shown.

Screenshots

https://github.com/PalisadoesFoundation/talawa/assets/109027247/139fa0d8-f512-4d3f-8f2a-89c519dc1673

Additional details Part (pre-requisite) for Event Parity Project.

Potential internship candidates Please read this if you are planning to apply for a Palisadoes Foundation internship https://github.com/PalisadoesFoundation/talawa/issues/359

GlenDsza commented 2 months ago

Would like to work on this issue

meetulr commented 2 months ago

@GlenDsza There have been some modifications in the implementation of recurring events: PalisaDoesFoundation/talawa-api#2234 (The existing code needed some improvements). Please adjust the code according to that😄

GlenDsza commented 2 months ago

WIP will submit PR within some time

github-actions[bot] commented 2 months ago

This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.