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

Feature: User favourites #2

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Conversation

happy-devs
Copy link
Collaborator

Summary

This requests:

  • add favourites endpoints / database entry
  • adds env documentation / adminer image for easier inspection of db
  • adds basic logging to current methods (starting with favourite)

New Features

  • Added two user-specific endpoints, one to favourite / unfavourite a signal and one to fetch all current favourites. Both use the internal authenticate_user dependency to fetch the correct user to save favourites against.

Bug Fixes

No bug fixes.

Checklist

  • I have read the contribution guidelines.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added required dependencies to requirements.txt
  • I have updated the documentation (if applicable).

- add env documentation / adminer image for easier inspection of db
- create / delete favourite entry in database
- fetch list of favourites by user
@happy-devs happy-devs added the enhancement New feature or request label Dec 13, 2024
@happy-devs happy-devs self-assigned this Dec 13, 2024
@happy-devs happy-devs marked this pull request as ready for review December 13, 2024 10:33
@mykolaskrynnyk mykolaskrynnyk removed their request for review December 13, 2024 13:33
@claudiaRangel claudiaRangel self-requested a review December 17, 2024 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant