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

Added UserVariables and measurements to Next.js app and updated openapi docs #174

Merged
merged 7 commits into from
Apr 8, 2024

Conversation

mikepsinn
Copy link
Contributor

No description provided.

This commit mainly revises the API reference, updating the terminology and content, including operation descriptions, parameter changes, and schema definitions. Also, significant changes were made to the navigation layout, groups were arranged to better organize the pages, some elements were removed and new ones added.
The order of fields in the users model in our Prisma schema file has been updated. The fdai_user_id field has been moved down for better code readability and logical organization.
…ents.json' file has also been created. Various pages have been updated, including 'page.tsx' and 'dashboard/page.tsx'. User interaction with the app has been improved through updates to 'useUserLoggedIn.ts' and 'utils.ts'. The new module 'tailwindcss-animate' has been added to the 'tailwind.config.ts' file.
Removed unused database models including `action_events`, `button_clicks`, `buttons`, `cards`, `clockwork`, `crypto_trades`, `health_checks`, `hosts`, `jobs`, and WordPress related models from the Prisma schema. This update simplifies the database schema to only include necessary models and relationships, enhancing the project's maintainability.
@mikepsinn mikepsinn merged commit 92b32b9 into curedao:develop Apr 8, 2024
Copy link
Contributor

sweep-ai bot commented Apr 8, 2024

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

This is an automated message generated by Sweep AI.

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.

1 participant