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

Overhaul structure and functionality #43

Open
wants to merge 83 commits into
base: main
Choose a base branch
from

Conversation

DavisRayM
Copy link
Contributor

Changes

  • Add CRUD classes to help with CRUD operations for the models
  • Re-organize project structure
  • Clean-up Hyperfile lifecycle functions

Commits

  • refactor: Reorganize entire project structure
  • refactor(url): remove extra api/v1 prefix
  • refactor(models): ensure relationship points to actual models
  • refactor(server): use CRUDServer class instead of model
  • lint: run formatter on files
  • refactor: return request and session ID
  • refactor(api-helper): Add OnaDataAPIClient class
  • refactor(auth): Use get_current_user for retrieving authenticated user
  • refactor(configuration): Use CRUD class instead of model
  • refactor(config): Add DOWNLOAD_EXPIRE_SECONDS config
  • refactor(schema): add missing fields to FileCreate schema
  • feat(crud-hyper): add create and get helper functions

@DavisRayM DavisRayM requested a review from KipSigei June 8, 2023 13:23
Signed-off-by: Kipchirchir Sigei <arapgodsmack@gmail.com>
Signed-off-by: Kipchirchir Sigei <arapgodsmack@gmail.com>
@KipSigei KipSigei force-pushed the authentication-changes branch 4 times, most recently from 88001e5 to 95a58e4 Compare July 23, 2024 07:51
Signed-off-by: Kipchirchir Sigei <arapgodsmack@gmail.com>
Signed-off-by: Kipchirchir Sigei <arapgodsmack@gmail.com>
Signed-off-by: Kipchirchir Sigei <arapgodsmack@gmail.com>
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.

3 participants