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

Add error handling for the start and end dates in the edit event page #1590

Closed
DMills27 opened this issue Feb 27, 2023 · 1 comment · Fixed by #1616
Closed

Add error handling for the start and end dates in the edit event page #1590

DMills27 opened this issue Feb 27, 2023 · 1 comment · Fixed by #1616
Assignees
Labels
bug Something isn't working

Comments

@DMills27
Copy link
Member

Describe the bug
The start and end dates in the edit event page have no error handling with regards to the date chosen from the mobile application frontend.

Follow the steps outlined here till 8:18
Follow the steps outlined here till the 50 second mark

To Reproduce

Screenshot at Feb 27 08-05-51

Expected behavior
A notification should be given if you choose an impossible start and end date.

Actual behavior
Nothing

Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship #359

@DMills27 DMills27 added the bug Something isn't working label Feb 27, 2023
@github-actions github-actions bot added the unapproved Unapproved, needs to be triaged label Feb 27, 2023
@Cioppolo14 Cioppolo14 removed the unapproved Unapproved, needs to be triaged label Feb 27, 2023
@SiddheshKukade
Copy link
Member

@DMills27 Sir, I can work on this please assign.

SiddheshKukade added a commit to SiddheshKukade/talawa that referenced this issue Mar 5, 2023
SiddheshKukade added a commit to SiddheshKukade/talawa that referenced this issue Mar 5, 2023
palisadoes pushed a commit that referenced this issue Mar 7, 2023
* Create .gitpod.yml

* Create .gitpod.Dockerfile

* Add/temp-file

* Add/temp-plugin

gives sample demo for `TalawaPluginProvider `

* remove/unecessary-files#1

* remove/unecessary-files#2

* Add/TalwaPluginProvider

* Add/queries `getPluginsList`

* Docs for 'TalawaPluginProvider'

* `Add/fetch_plugin_list`

* Refractoring & adding `fetchPlugins` in main

* Delete sa.dart

* Delete tempPlugin.dart

* Test/ `Tawla Plugin Provider`

* Refractor : Added `Braintree` config in AndroidManifest.xml

* Refractor : Added `Talawa_plugin_provider_nav` to control plugins visibility in navbar

* Update : Main file setState fix

* Changed  ios version from  `10.0` to `12.0`

* Add : `Donation` feature as Plugin with braintree API

* Add : `createDonation` Mutation

* Fix : `Plugin` render bug

* Chores : Formatted  files

* Add : `navBarItems` (features) as plugins

* Chores : Formatting

* Update : Profile removed key

* Chores : Add `Flutter_Braintree`

* Chores : Fix `Lint errors`

* Fix : Formatting Errors

* Delete talawa_plugin_provider_nav.dart

* Update pull-request.yml

* Added a empty line in main

* Update pull-request.yml

* Fix  : Faling tests

* Fix : Failing test #2 commented out `teste.pumpAndSetttle`

* Remove : all the changes done in the `custom_drawer_test.dart`

Removed everthing that I've added to check if it will pass the test or not.

* PR Fail Fix  Attempt #1 : Added `fetchPluginLIst` in `main.dart`

* PR Fail Fix Attempt #2  : Commenting test cases to check furthur problems

* Chores  : Commented  Imports

* Deleted : Test file

* Fix:  Trigger workflow

* Add : Faling test back `custom_drawer_test.dart`

* Add Test for `utils/query.dart`

* Add : Tests `queries_test.dart`

* Add : Tests `chat_queries_test.dart`

* Add : Test for `comment_queries_test.dart`

* Add : test for `event_queries_test`

* Add :  test for `post_qurie..dart`

* Add : test for `post_query.dart`

* Add : test for `task_queries.dart`

* Add  : test for `utils/validator.dart`

* Fix : failing tests

* Test : Failing test uncommented `custom_drawer_test.dart`

* Fix : Commented `custom_drawer_test.dart`

* removed utils tests

* Removed Commented Code

* add/table of contents and link to installation file.

* Add/ Date validation closes  #1590

* Add Import

* Add/ Date validation closes PalisadoesFoundation#1590

* chore: removed extra space to re-run the ci/cd for testing

* chore: lint fixes

* chore: lint fixes ci cd fix

* chore: lint fixes ci cd fix 2

* chore: lint fixes ci cd fix 3

* Added to doc

* bug fix: Date restrictions added
ikjot-2605 pushed a commit to ikjot-2605/talawa that referenced this issue Mar 8, 2023
…doesFoundation#1620)

* Create .gitpod.yml

* Create .gitpod.Dockerfile

* Add/temp-file

* Add/temp-plugin

gives sample demo for `TalawaPluginProvider `

* remove/unecessary-files#1

* remove/unecessary-files#2

* Add/TalwaPluginProvider

* Add/queries `getPluginsList`

* Docs for 'TalawaPluginProvider'

* `Add/fetch_plugin_list`

* Refractoring & adding `fetchPlugins` in main

* Delete sa.dart

* Delete tempPlugin.dart

* Test/ `Tawla Plugin Provider`

* Refractor : Added `Braintree` config in AndroidManifest.xml

* Refractor : Added `Talawa_plugin_provider_nav` to control plugins visibility in navbar

* Update : Main file setState fix

* Changed  ios version from  `10.0` to `12.0`

* Add : `Donation` feature as Plugin with braintree API

* Add : `createDonation` Mutation

* Fix : `Plugin` render bug

* Chores : Formatted  files

* Add : `navBarItems` (features) as plugins

* Chores : Formatting

* Update : Profile removed key

* Chores : Add `Flutter_Braintree`

* Chores : Fix `Lint errors`

* Fix : Formatting Errors

* Delete talawa_plugin_provider_nav.dart

* Update pull-request.yml

* Added a empty line in main

* Update pull-request.yml

* Fix  : Faling tests

* Fix : Failing test PalisadoesFoundation#2 commented out `teste.pumpAndSetttle`

* Remove : all the changes done in the `custom_drawer_test.dart`

Removed everthing that I've added to check if it will pass the test or not.

* PR Fail Fix  Attempt PalisadoesFoundation#1 : Added `fetchPluginLIst` in `main.dart`

* PR Fail Fix Attempt PalisadoesFoundation#2  : Commenting test cases to check furthur problems

* Chores  : Commented  Imports

* Deleted : Test file

* Fix:  Trigger workflow

* Add : Faling test back `custom_drawer_test.dart`

* Add Test for `utils/query.dart`

* Add : Tests `queries_test.dart`

* Add : Tests `chat_queries_test.dart`

* Add : Test for `comment_queries_test.dart`

* Add : test for `event_queries_test`

* Add :  test for `post_qurie..dart`

* Add : test for `post_query.dart`

* Add : test for `task_queries.dart`

* Add  : test for `utils/validator.dart`

* Fix : failing tests

* Test : Failing test uncommented `custom_drawer_test.dart`

* Fix : Commented `custom_drawer_test.dart`

* removed utils tests

* Removed Commented Code

* add/table of contents and link to installation file.

* Add/ Date validation closes  PalisadoesFoundation#1590

* Add Import

* Add/ Date validation closes PalisadoesFoundation#1590

* Fix login bug closes  PalisadoesFoundation#1581

* removed extra changes

* CI CD FIX
ikjot-2605 pushed a commit to ikjot-2605/talawa that referenced this issue Mar 8, 2023
…sadoesFoundation#1616)

* Create .gitpod.yml

* Create .gitpod.Dockerfile

* Add/temp-file

* Add/temp-plugin

gives sample demo for `TalawaPluginProvider `

* remove/unecessary-files#1

* remove/unecessary-files#2

* Add/TalwaPluginProvider

* Add/queries `getPluginsList`

* Docs for 'TalawaPluginProvider'

* `Add/fetch_plugin_list`

* Refractoring & adding `fetchPlugins` in main

* Delete sa.dart

* Delete tempPlugin.dart

* Test/ `Tawla Plugin Provider`

* Refractor : Added `Braintree` config in AndroidManifest.xml

* Refractor : Added `Talawa_plugin_provider_nav` to control plugins visibility in navbar

* Update : Main file setState fix

* Changed  ios version from  `10.0` to `12.0`

* Add : `Donation` feature as Plugin with braintree API

* Add : `createDonation` Mutation

* Fix : `Plugin` render bug

* Chores : Formatted  files

* Add : `navBarItems` (features) as plugins

* Chores : Formatting

* Update : Profile removed key

* Chores : Add `Flutter_Braintree`

* Chores : Fix `Lint errors`

* Fix : Formatting Errors

* Delete talawa_plugin_provider_nav.dart

* Update pull-request.yml

* Added a empty line in main

* Update pull-request.yml

* Fix  : Faling tests

* Fix : Failing test PalisadoesFoundation#2 commented out `teste.pumpAndSetttle`

* Remove : all the changes done in the `custom_drawer_test.dart`

Removed everthing that I've added to check if it will pass the test or not.

* PR Fail Fix  Attempt PalisadoesFoundation#1 : Added `fetchPluginLIst` in `main.dart`

* PR Fail Fix Attempt PalisadoesFoundation#2  : Commenting test cases to check furthur problems

* Chores  : Commented  Imports

* Deleted : Test file

* Fix:  Trigger workflow

* Add : Faling test back `custom_drawer_test.dart`

* Add Test for `utils/query.dart`

* Add : Tests `queries_test.dart`

* Add : Tests `chat_queries_test.dart`

* Add : Test for `comment_queries_test.dart`

* Add : test for `event_queries_test`

* Add :  test for `post_qurie..dart`

* Add : test for `post_query.dart`

* Add : test for `task_queries.dart`

* Add  : test for `utils/validator.dart`

* Fix : failing tests

* Test : Failing test uncommented `custom_drawer_test.dart`

* Fix : Commented `custom_drawer_test.dart`

* removed utils tests

* Removed Commented Code

* add/table of contents and link to installation file.

* Add/ Date validation closes  PalisadoesFoundation#1590

* Add Import

* Add/ Date validation closes PalisadoesFoundation#1590

* chore: removed extra space to re-run the ci/cd for testing

* chore: lint fixes

* chore: lint fixes ci cd fix

* chore: lint fixes ci cd fix 2

* chore: lint fixes ci cd fix 3

* Added to doc

* bug fix: Date restrictions added
palisadoes pushed a commit that referenced this issue Mar 11, 2023
…ing documentation for explore_events.dart (#1640)

* Create .gitpod.yml

* Create .gitpod.Dockerfile

* Add/temp-file

* Add/temp-plugin

gives sample demo for `TalawaPluginProvider `

* remove/unecessary-files#1

* remove/unecessary-files#2

* Add/TalwaPluginProvider

* Add/queries `getPluginsList`

* Docs for 'TalawaPluginProvider'

* `Add/fetch_plugin_list`

* Refractoring & adding `fetchPlugins` in main

* Delete sa.dart

* Delete tempPlugin.dart

* Test/ `Tawla Plugin Provider`

* Refractor : Added `Braintree` config in AndroidManifest.xml

* Refractor : Added `Talawa_plugin_provider_nav` to control plugins visibility in navbar

* Update : Main file setState fix

* Changed  ios version from  `10.0` to `12.0`

* Add : `Donation` feature as Plugin with braintree API

* Add : `createDonation` Mutation

* Fix : `Plugin` render bug

* Chores : Formatted  files

* Add : `navBarItems` (features) as plugins

* Chores : Formatting

* Update : Profile removed key

* Chores : Add `Flutter_Braintree`

* Chores : Fix `Lint errors`

* Fix : Formatting Errors

* Delete talawa_plugin_provider_nav.dart

* Update pull-request.yml

* Added a empty line in main

* Update pull-request.yml

* Fix  : Faling tests

* Fix : Failing test #2 commented out `teste.pumpAndSetttle`

* Remove : all the changes done in the `custom_drawer_test.dart`

Removed everthing that I've added to check if it will pass the test or not.

* PR Fail Fix  Attempt #1 : Added `fetchPluginLIst` in `main.dart`

* PR Fail Fix Attempt #2  : Commenting test cases to check furthur problems

* Chores  : Commented  Imports

* Deleted : Test file

* Fix:  Trigger workflow

* Add : Faling test back `custom_drawer_test.dart`

* Add Test for `utils/query.dart`

* Add : Tests `queries_test.dart`

* Add : Tests `chat_queries_test.dart`

* Add : Test for `comment_queries_test.dart`

* Add : test for `event_queries_test`

* Add :  test for `post_qurie..dart`

* Add : test for `post_query.dart`

* Add : test for `task_queries.dart`

* Add  : test for `utils/validator.dart`

* Fix : failing tests

* Test : Failing test uncommented `custom_drawer_test.dart`

* Fix : Commented `custom_drawer_test.dart`

* removed utils tests

* Removed Commented Code

* add/table of contents and link to installation file.

* Add/ Date validation closes  #1590

* Add Import

* Add/ Date validation closes PalisadoesFoundation#1590

* chore: removed extra space to re-run the ci/cd for testing

* chore: lint fixes

* chore: lint fixes ci cd fix

* chore: lint fixes ci cd fix 2

* chore: lint fixes ci cd fix 3

* Added to doc

* bug fix: Date restrictions added

* Fix: Removed overflow on Explore events closes #1561

* removed the lint ignore

* add/comments

* add/comments 3

* add/comments 4

* commit  5

* commit 6

* commit 7

* commit 7

* commit 8

* commit 9
palisadoes pushed a commit that referenced this issue Mar 21, 2023
* Create .gitpod.yml

* Create .gitpod.Dockerfile

* Add/temp-file

* Add/temp-plugin

gives sample demo for `TalawaPluginProvider `

* remove/unecessary-files#1

* remove/unecessary-files#2

* Add/TalwaPluginProvider

* Add/queries `getPluginsList`

* Docs for 'TalawaPluginProvider'

* `Add/fetch_plugin_list`

* Refractoring & adding `fetchPlugins` in main

* Delete sa.dart

* Delete tempPlugin.dart

* Test/ `Tawla Plugin Provider`

* Refractor : Added `Braintree` config in AndroidManifest.xml

* Refractor : Added `Talawa_plugin_provider_nav` to control plugins visibility in navbar

* Update : Main file setState fix

* Changed  ios version from  `10.0` to `12.0`

* Add : `Donation` feature as Plugin with braintree API

* Add : `createDonation` Mutation

* Fix : `Plugin` render bug

* Chores : Formatted  files

* Add : `navBarItems` (features) as plugins

* Chores : Formatting

* Update : Profile removed key

* Chores : Add `Flutter_Braintree`

* Chores : Fix `Lint errors`

* Fix : Formatting Errors

* Delete talawa_plugin_provider_nav.dart

* Update pull-request.yml

* Added a empty line in main

* Update pull-request.yml

* Fix  : Faling tests

* Fix : Failing test #2 commented out `teste.pumpAndSetttle`

* Remove : all the changes done in the `custom_drawer_test.dart`

Removed everthing that I've added to check if it will pass the test or not.

* PR Fail Fix  Attempt #1 : Added `fetchPluginLIst` in `main.dart`

* PR Fail Fix Attempt #2  : Commenting test cases to check furthur problems

* Chores  : Commented  Imports

* Deleted : Test file

* Fix:  Trigger workflow

* Add : Faling test back `custom_drawer_test.dart`

* Add Test for `utils/query.dart`

* Add : Tests `queries_test.dart`

* Add : Tests `chat_queries_test.dart`

* Add : Test for `comment_queries_test.dart`

* Add : test for `event_queries_test`

* Add :  test for `post_qurie..dart`

* Add : test for `post_query.dart`

* Add : test for `task_queries.dart`

* Add  : test for `utils/validator.dart`

* Fix : failing tests

* Test : Failing test uncommented `custom_drawer_test.dart`

* Fix : Commented `custom_drawer_test.dart`

* removed utils tests

* Removed Commented Code

* add/table of contents and link to installation file.

* Add/ Date validation closes  #1590

* Add Import

* Add/ Date validation closes PalisadoesFoundation#1590

* chore: removed extra space to re-run the ci/cd for testing

* chore: lint fixes

* chore: lint fixes ci cd fix

* chore: lint fixes ci cd fix 2

* chore: lint fixes ci cd fix 3

* Added to doc

* bug fix: Date restrictions added

* Add/queries `getPluginsList`

* Docs for 'TalawaPluginProvider'

* rebase merge

* rebase merge

* Manual Bump syncfusion_flutter_calendar from 20.4.52 to 20.4.54

* fix

* Update dependabot.yaml

* Update dependabot.yaml

* upgraded flutter for enforcing dependabot

* Update pubspec.yaml

* revert: changed pacakge version to previous default

* chores: bump syncfusion_flutter_calendar to 20.4.54

* default

* fix pubspec.yaml

* default

* fix

* updated locfile
palisadoes pushed a commit that referenced this issue Mar 21, 2023
* Create .gitpod.yml

* Create .gitpod.Dockerfile

* Add/temp-file

* Add/temp-plugin

gives sample demo for `TalawaPluginProvider `

* remove/unecessary-files#1

* remove/unecessary-files#2

* Add/TalwaPluginProvider

* Add/queries `getPluginsList`

* Docs for 'TalawaPluginProvider'

* `Add/fetch_plugin_list`

* Refractoring & adding `fetchPlugins` in main

* Delete sa.dart

* Delete tempPlugin.dart

* Test/ `Tawla Plugin Provider`

* Refractor : Added `Braintree` config in AndroidManifest.xml

* Refractor : Added `Talawa_plugin_provider_nav` to control plugins visibility in navbar

* Update : Main file setState fix

* Changed  ios version from  `10.0` to `12.0`

* Add : `Donation` feature as Plugin with braintree API

* Add : `createDonation` Mutation

* Fix : `Plugin` render bug

* Chores : Formatted  files

* Add : `navBarItems` (features) as plugins

* Chores : Formatting

* Update : Profile removed key

* Chores : Add `Flutter_Braintree`

* Chores : Fix `Lint errors`

* Fix : Formatting Errors

* Delete talawa_plugin_provider_nav.dart

* Update pull-request.yml

* Added a empty line in main

* Update pull-request.yml

* Fix  : Faling tests

* Fix : Failing test #2 commented out `teste.pumpAndSetttle`

* Remove : all the changes done in the `custom_drawer_test.dart`

Removed everthing that I've added to check if it will pass the test or not.

* PR Fail Fix  Attempt #1 : Added `fetchPluginLIst` in `main.dart`

* PR Fail Fix Attempt #2  : Commenting test cases to check furthur problems

* Chores  : Commented  Imports

* Deleted : Test file

* Fix:  Trigger workflow

* Add : Faling test back `custom_drawer_test.dart`

* Add Test for `utils/query.dart`

* Add : Tests `queries_test.dart`

* Add : Tests `chat_queries_test.dart`

* Add : Test for `comment_queries_test.dart`

* Add : test for `event_queries_test`

* Add :  test for `post_qurie..dart`

* Add : test for `post_query.dart`

* Add : test for `task_queries.dart`

* Add  : test for `utils/validator.dart`

* Fix : failing tests

* Test : Failing test uncommented `custom_drawer_test.dart`

* Fix : Commented `custom_drawer_test.dart`

* removed utils tests

* Removed Commented Code

* add/table of contents and link to installation file.

* Add/ Date validation closes  #1590

* Add Import

* Add/ Date validation closes PalisadoesFoundation#1590

* chore: removed extra space to re-run the ci/cd for testing

* chore: lint fixes

* chore: lint fixes ci cd fix

* chore: lint fixes ci cd fix 2

* chore: lint fixes ci cd fix 3

* Added to doc

* bug fix: Date restrictions added

* Add/queries `getPluginsList`

* Docs for 'TalawaPluginProvider'

* rebase merge

* rebase merge

* Manual Bump syncfusion_flutter_calendar from 20.4.52 to 20.4.54

* fix

* Update dependabot.yaml

* Update dependabot.yaml

* upgraded flutter for enforcing dependabot

* Update pubspec.yaml

* revert: changed pacakge version to previous default

* chores: bump syncfusion_flutter_calendar to 20.4.54

* default

* fix pubspec.yaml

* default

* fix

* updated locfile

* chores: Manual Bump image_picker to ^0.8.7
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.

3 participants