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

Setup organizations endpoint #1

Open
7 tasks
itzmidinesh opened this issue Jun 3, 2024 · 0 comments
Open
7 tasks

Setup organizations endpoint #1

itzmidinesh opened this issue Jun 3, 2024 · 0 comments
Labels

Comments

@itzmidinesh
Copy link
Member

itzmidinesh commented Jun 3, 2024

Create Organizations Endpoint

Brief

In this task, we will create a new endpoint for managing organizations in the backend. This endpoint will allow users to perform CRUD (Create, Read, Update, Delete) operations on organization entities. The table should have the following fields:

  • id: UUID (Primary Key)
  • name: VARCHAR (Not Null)
  • settings: JSON (Not Null)
  • website: VARCHAR

Sub Tasks

  • Create a migration to set up the organizations table with columns corresponding to the above fields
  • Define the schema to ensure appropriate data types and constraints are applied
  • Implement the Create operation for the organizations endpoint
  • Implement the Read operation for the organizations endpoint
  • Implement the Update operation for the organizations endpoint
  • Implement the Delete operation for the organizations endpoint
  • Create JSON views to ensure the organization data can be serialized to JSON format

Note: The tasks listed above are examples. Please update the tasks to align with the specific requirements and technologies of your current project.

@itzmidinesh itzmidinesh converted this from a draft issue Jun 3, 2024
@itzmidinesh itzmidinesh moved this from Todo to In Progress in Sample Dev Board Jul 1, 2024
@itzmidinesh itzmidinesh moved this from In Progress to Done in Sample Dev Board Jul 1, 2024
@itzmidinesh itzmidinesh closed this as completed by moving to Done in Sample Dev Board Jul 1, 2024
@itzmidinesh itzmidinesh moved this from Done to Todo in Sample Dev Board Jul 1, 2024
@itzmidinesh itzmidinesh reopened this Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant