Template Managment complete #27

Merged
MichaelYick merged 9 commits from dev into master 2023-05-23 01:46:55 +00:00

9 Commits

Author SHA1 Message Date
Tina_Azure 9e5f0a68ab Optimize template edit/creation requestbody parsing 2023-05-22 17:04:41 +02:00
Tina_Azure 549c98f673 implement freelancer alias creation 2023-05-19 18:10:52 +02:00
Tina_Azure bfddfd5271 implement freelancer alias deletion 2023-05-19 18:10:31 +02:00
Tina_Azure d83b427857 implement freelancer alias base management page
and minor fixes
2023-05-19 18:07:05 +02:00
Tina_Azure 1620967c45 implementation of the edit function for the template managment
+minor typo fixes
2023-05-17 18:39:32 +02:00
Tina_Azure d9f3fd711c implement base template operations with the corresponding templates
fully implement the delete operation
todo:edit operation
2023-05-15 19:32:21 +02:00
Tina_Azure bbf526f99f minor fix to avoid the creation of '' templates since crow is incapable of routing those to /<string> while trying to route them to / leading to a 404
obviously it's also possible to just give a general you have to name your template directive but as it stands i don't really see a need for it
2023-05-15 19:31:25 +02:00
Tina_Azure 383db248b7 Create new Template
+minor refactoring
2023-05-15 17:52:16 +02:00
Tina_Azure 09406b0852 Template for managment of templates + add button for creation of new template 2023-05-15 16:28:25 +02:00