Changeset f7ceb2a

Timestamp:
01/17/25 01:59:19 (12 months ago)
Author:
Vasilaki Tocili <vasilakigorgi@…>
Branches:
nextjs, prototype
Children:
88d7d3d
Parents:
6bb334f
Message:

Users add their own tags, no system-wide tags

In cli application(prototype client application):

  • Updated the method add_tag() to use the authorization access token and pass that as headers to the POST request to "/tags/"
  • Refactored the else part, where the error is handled to be more clean

In main.py(prototype backend):

  • Added the current logged in user to the create_tag() method's arguments
  • Added comment explaining the method
  • Used dummy transactions to associate tags with the user through it
(No files)

Note: See TracChangeset for help on using the changeset viewer.