Commit Graph

32 Commits

Author SHA1 Message Date
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
383db248b7 Create new Template
+minor refactoring
2023-05-15 17:52:16 +02:00
09406b0852 Template for managment of templates + add button for creation of new template 2023-05-15 16:28:25 +02:00
2e59a596c3 freelancer template management base (WIP) 2023-05-12 18:11:01 +02:00
ed370e7979 Freelancer Template base Managment page 2023-05-12 00:03:25 +02:00
dd64311766 Freelancer profile page handler
template for the profile page and the template for the redirection to the profile page
2023-05-10 23:12:51 +02:00
123d98828c Minor bugfix:
statement name, replace true/false with t/f due to postgresql, activate mustache variable for the logged in state
statment replacement since it's not possible to bind data into a string within a statement
2023-05-08 16:40:51 +02:00
6ee74e025e Bruteforce Mitigation 2023-05-08 14:52:36 +02:00
8d2033b316 minor refactoring in config
implement pagination
2023-05-04 22:22:21 +02:00
4720ffdad5 Minor refactoring + move hardcoded template names and handling based mustache variables into a const collection for ease of modification/access 2023-05-02 17:44:23 +02:00
0dc262ef69 Password registration/reset confirmation at entry 2023-04-30 18:12:31 +02:00
9392425794 Password Reset spec and Database Table and related templates 2023-04-27 00:23:04 +02:00
2ea6c7a48f Freelancer Password Reset templates and Login modification for it 2023-04-25 00:54:17 +02:00
c04f22e91f Move freelancer interface and return to index button into the includes folder 2023-04-25 00:53:43 +02:00
4dd4e23f91 Freelancer signup minor fix and login templates add checkbox to stay logged in 2023-04-22 23:22:36 +02:00
9e0eb83eba minor changes 2023-04-19 02:11:59 +02:00
ab2229dd8a freelancer login templates 2023-04-19 02:07:47 +02:00
b58789152f Freelancer Signup templates 2023-04-19 02:07:26 +02:00
27f338c166 Temporary login page until proper login system is done
Basic cookie implementation
2023-04-17 03:17:17 +02:00
382a834506 Move Generic Style out of Templates 2023-04-17 03:15:57 +02:00
8b34815bef Check to make Template request not availible if commissions closed 2023-04-12 00:27:24 +02:00
bfa49c2281 Template displayed at a successfull request creation 2023-04-10 19:33:31 +02:00
1f5372461c Template displaying errors at request creation 2023-04-10 19:26:35 +02:00
caca7139cb Template for customer request @MichaelYick give it a look over if this setup is proper
Table modification for aditional details in spec
2023-04-06 01:26:45 +02:00
1a1908a814 Redirection template
Handle @alias via the redirection template
2023-04-05 02:24:42 +02:00
407d0aeecf +++ /customer/$freelancer/template/$templateName
Route handling the display of a Template
And minor fix enabling the root route to handle post
2023-04-04 22:40:27 +02:00
0693fc0bf5 Create Template representing a freelancers template 2023-04-04 01:49:52 +02:00
3915a375c5 Rewriting of Templates to utilize POST instead of GET 2023-04-04 01:49:14 +02:00
17c0123c19 Freelancer Profile page with Templates 2023-04-03 00:11:33 +02:00
04e41c2dce Freelancer Profile Listing
-Template, Database access, Handler
-Freelancer Database Table
2023-04-02 23:56:50 +02:00
fae75e65fc Amendment of spec: Templates shall utilize only lower-case variable names
Removal of workaround for lowercase column names
Apropriately changed the test.html
2023-03-21 02:05:32 +01:00
fc70b91b9d completed HTML assembler templates 2023-03-13 03:39:46 -05:00