This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
Added start time and an end time in Meetup. #523
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
As the description of the issue, it requires that the meetup has a start time and end time. In this issue, I have made changes to support both start time and end time of the respective meetup.
I found 1 error while working on this issue that while logging out, it gives an error. I make changes to this to resolve the logout error.
I have modified and add the test cases to support my modified for start time and end time.
Fixes #432 #526
Type of Change:
Code/Quality Assurance Only
How Has This Been Tested?
I have tested it locally and modify test cases to support my changes.
Before changes, Meetup view looks like this.
After changes, Meetup view looks like this.
Before changes, Editing Meetup looks like this.
After changes, Editing Meetup looks like this.
Before changes, Adding Meetup looks like this.
After changes, Adding Meetup looks like this.
Before changes adding meetup via admin panel looks like this.
After changes adding meetup via admin panel looks like this.
Upcoming Meetup
I have also modified code for the logout button which faces some issue while logout.
Before while logging out gives an error.
After changes not giving such error.
Checklist:
Code/Quality Assurance Only