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

SPR-159 Error Notifications #73

Merged
merged 7 commits into from
Jul 5, 2023
Merged

Conversation

dbarkowsky
Copy link
Collaborator

Description

This PR includes the following proposed change(s):

  • Added a component that wraps the application and provides error messaging in the UI.
  • Controlled via a state that's passed down through useContext.
  • Used this component to address some errors for users.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring / Documentation
  • Version change
  • Dependencies added/removed

Aspect(s) of Project Affected

  • Frontend
  • API
  • Database
  • Workflows
  • Documentation

Best Practices Checklist

  • I have performed a self-review of my own code
  • My code follows the Airbnb React Style Guidelines
  • Documentation has been updated to reflect my changes
  • New and existing tests pass locally with my changes

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.
Tested locally through manual use. Created error situations to see the results.

@dbarkowsky dbarkowsky merged commit c245d08 into main Jul 5, 2023
3 checks passed
@dbarkowsky dbarkowsky deleted the SPR-159-Error-Notifications branch July 5, 2023 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants