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

Create a leaderboard table in the database #6346

Closed
emi420 opened this issue Apr 18, 2024 · 5 comments
Closed

Create a leaderboard table in the database #6346

emi420 opened this issue Apr 18, 2024 · 5 comments

Comments

@emi420
Copy link
Collaborator

emi420 commented Apr 18, 2024

This is the proposed schema:

  • Name (name)
  • Primary hashtag (primary_hashtag)
  • Secondary hashtag (secondary_hashtag)
  • Logo (logo)
  • Social media links (logo)
    • Meta Link (meta_link)
    • X Link (x_link)
    • Instagram Link (insta_link)
  • Other links, 5 max (links)
    • This could be a JSONB with {"title": "A title for the link", "url": "https://thelink.com"}
@lotjulieta
Copy link
Collaborator

model-partner-tasking-manager
model-partner

partner model and its methods

@lotjulieta
Copy link
Collaborator

partner-dto
dto-methods

partner DTO and its methods

@lotjulieta
Copy link
Collaborator

partner-service
methods services

partner service and its methods

@lotjulieta
Copy link
Collaborator

api-partner
partner-id

API for all partners and API for a single partner by ID.

@lotjulieta
Copy link
Collaborator

endpoints

Endpoints and API url's.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants