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

Organize client operations, split into modules, order by CRUD #152

Merged
merged 6 commits into from
Jun 26, 2024

Conversation

timvisee
Copy link
Member

This does a (hopefully final) run on improving navigability in the client operations.

Most importantly:

  • it splits operations into modules, similar to what we have in our main documentation
  • it orders operations to follow CRUD - create first, delete last
  • improves navigation by linking to the different sections

This only has cosmetic changes. No code/logic changes.

For example:

image

All Submissions:

  • Contributions should target the dev branch. Did you create your branch from dev?
  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

New Feature Submissions:

  1. Does your submission pass tests?
  2. Have you formatted your code locally using cargo +nightly fmt --all command prior to submission?
  3. Have you checked your code using cargo clippy --all --all-features command?

@timvisee timvisee force-pushed the v1-10-client-navigation-ordering branch from c72f661 to e91e2f3 Compare June 26, 2024 09:22
@timvisee timvisee merged commit 72180dc into v1-10-upgrade Jun 26, 2024
2 checks passed
timvisee added a commit that referenced this pull request Jun 26, 2024
* Separate client operations in categories, link to them

* Reorder client functions, follow CRUD principles

* Extract search operations into search module

* Extract index operations into index module

* Extract payload operations into payload module

* Add construct and connect header
timvisee added a commit that referenced this pull request Jun 26, 2024
* Separate client operations in categories, link to them

* Reorder client functions, follow CRUD principles

* Extract search operations into search module

* Extract index operations into index module

* Extract payload operations into payload module

* Add construct and connect header
timvisee added a commit that referenced this pull request Jun 27, 2024
* Separate client operations in categories, link to them

* Reorder client functions, follow CRUD principles

* Extract search operations into search module

* Extract index operations into index module

* Extract payload operations into payload module

* Add construct and connect header
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants