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

Implement asset model #409

Merged
merged 12 commits into from
Nov 25, 2024
Merged

Implement asset model #409

merged 12 commits into from
Nov 25, 2024

Conversation

melihakpinar
Copy link
Contributor

  • Create asset model.
  • Create asset repository.
  • Create add-asset and get-assets endpoints.
  • Store mock assets (BIST, NASDAQ, etc.)
  • Get the mock assets' Yahoo Finance IDs.
  • Connect this asset logic with portfolio endpoints and implement endpoints like get-portfolio-value.
  • Search asset symbols / names in posts and tag them.

@melihakpinar melihakpinar added Enhancement New feature or request Priority: High Requires taking action ASAP Backend labels Nov 24, 2024
@melihakpinar melihakpinar linked an issue Nov 24, 2024 that may be closed by this pull request
7 tasks
@melihakpinar melihakpinar changed the title Implement asset model Implement asset model [WiP] Nov 24, 2024
@melihakpinar melihakpinar changed the title Implement asset model [WiP] Implement asset model Nov 24, 2024
@melihakpinar melihakpinar merged commit 493459f into main Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Enhancement New feature or request Priority: High Requires taking action ASAP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor everything related to assets.
1 participant