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

improvement: refactor the API to MS Graph for clarity and separate concerns #101

Open
Samlant opened this issue Jan 23, 2024 · 0 comments
Open
Assignees
Labels
improvement Improvements or additions to already-existing code---not part of new features/requests

Comments

@Samlant
Copy link
Owner

Samlant commented Jan 23, 2024

Describe the fault
The API for MS Graph is well-drafted, however the front-facing interface is redundant, with a model that's more ambiguous than I'm comfortable with. The order of execution can be made clearer, the status of the API can be shown better, and error-handling of the API is currently poor and messy.

Expected behavior
Draft a new front-facing interface to make it easier for Presenter to interact with, with methods that demonstrate a clear, linear progression of tasks that makes it apparent when and how the API is functioning. Error handling should be done in a helpful manner, catching specific exceptions, likely based off of the error responses... when MS decides to use a useful one...

@Samlant Samlant added the improvement Improvements or additions to already-existing code---not part of new features/requests label Jan 23, 2024
@Samlant Samlant self-assigned this Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvements or additions to already-existing code---not part of new features/requests
Projects
None yet
Development

No branches or pull requests

1 participant