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 96 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
AttributeError: 'Series' object has no attribute 'iteritems'
@ukanga ukanga force-pushed the authentication-changes branch from 9e12d75 to b6fc571 Compare January 9, 2025 09:30
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