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

Clean up misc REST endpoint calls #3820

Closed
seancolsen opened this issue Sep 10, 2024 · 1 comment
Closed

Clean up misc REST endpoint calls #3820

seancolsen opened this issue Sep 10, 2024 · 1 comment
Labels
ready Ready for implementation restricted: maintainers Only maintainers can resolve this issue type: bug Something isn't working work: frontend Related to frontend code in the mathesar_ui directory

Comments

@seancolsen
Copy link
Contributor

seancolsen commented Sep 10, 2024

There are a handful of small REST API calls scattered across the front end codebase which don't fall squarely into the categories laid out in #3621.

We should go looking for calls to deprecated/removed API endpoints by searching for:

/api/(db|ui)/v0/(?!data_files)(?!users)

See also

@seancolsen seancolsen added ready Ready for implementation restricted: maintainers Only maintainers can resolve this issue type: bug Something isn't working work: frontend Related to frontend code in the mathesar_ui directory labels Sep 10, 2024
@seancolsen seancolsen added this to the Beta milestone Sep 10, 2024
@seancolsen
Copy link
Contributor Author

I think we're well-enough covered now that we no longer need this issue. I wanted to keep this open to make sure to circle back so that nothing fell through the cracks. The work to transition the remaining REST calls should now be covered by other open issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Ready for implementation restricted: maintainers Only maintainers can resolve this issue type: bug Something isn't working work: frontend Related to frontend code in the mathesar_ui directory
Projects
None yet
Development

No branches or pull requests

1 participant