• Joined on 2022-10-04
t_a pushed to master at Cavemanon/cavecomm 2023-04-17 01:17:44 +00:00
27f338c166 Temporary login page until proper login system is done
382a834506 Move Generic Style out of Templates
81e6b7e8d5 Makefile formating
Compare 3 commits »
t_a pushed to master at Cavemanon/cavecomm 2023-04-12 21:51:25 +00:00
ab6a5bc706 Minor bugfix since getline adds an extra char to the string
t_a pushed to master at Cavemanon/cavecomm 2023-04-11 22:27:45 +00:00
8b34815bef Check to make Template request not availible if commissions closed
1965b06868 Configuration file readout
Compare 2 commits »
t_a pushed to master at Cavemanon/cavecomm 2023-04-10 17:33:59 +00:00
bfa49c2281 Template displayed at a successfull request creation
854d556c00 Prepared Statments:
63b5805658 Spec marked
1f5372461c Template displaying errors at request creation
Compare 4 commits »
t_a pushed to master at Cavemanon/cavecomm 2023-04-07 20:35:44 +00:00
29fbc801a7 Handler for the fulfilment of a request WIP
98fd39b556 /customer/frelancer/template/template/request
0272e0b719 Modification of requestsItem
88167c4f95 String Operations to deal with POST Body
80f377c048 SMTP Client
Compare 6 commits »
t_a created pull request Cavemanon/cavecomm#26 2023-04-06 16:23:54 +00:00
Template for customer request @MichaelYick give it a look over if this setup is proper
t_a pushed to TemplateCustomerRequestValidation at Cavemanon/cavecomm 2023-04-05 23:34:28 +00:00
caca7139cb Template for customer request @MichaelYick give it a look over if this setup is proper
t_a created branch TemplateCustomerRequestValidation in Cavemanon/cavecomm 2023-04-05 23:34:26 +00:00
t_a pushed to master at Cavemanon/cavecomm 2023-04-05 07:18:33 +00:00
a4ec9199ae Minor spec modification relating to the page at which request data entry begins
t_a pushed to master at Cavemanon/cavecomm 2023-04-05 00:24:59 +00:00
1a1908a814 Redirection template
2738fdaf5c Create alias table and add it to the spec
407d0aeecf +++ /customer/$freelancer/template/$templateName
de91af605e Database operation to select a specific template
Compare 4 commits »
t_a pushed to master at Cavemanon/cavecomm 2023-04-03 23:51:43 +00:00
c70053eb53 Rewrite to handle routing of /customer/freelancer using POST
0693fc0bf5 Create Template representing a freelancers template
3915a375c5 Rewriting of Templates to utilize POST instead of GET
ff4f6d6fb6 Create Utilities Manager for storage of non database Based functions
f19d999c64 Change Template Table design to be more explicit and add said changes to the spec
Compare 5 commits »
t_a pushed to master at Cavemanon/cavecomm 2023-04-03 02:34:59 +00:00
b78b5bd05a Merge branch 'master' of https://git.snootgame.xyz/Cavemanon/cavecomm into local
6c8bf190ba Add alias system and alias creation page to the spec
Compare 2 commits »
t_a pushed to master at Cavemanon/cavecomm 2023-04-02 22:13:29 +00:00
17c0123c19 Freelancer Profile page with Templates
33b7196690 Rewrite of Database to make it ID based to eliviate coherence issues that stem from naming and to avoid extrenous processing of critical data
04e41c2dce Freelancer Profile Listing
Compare 3 commits »
t_a pushed to cpp at Cavemanon/cavecomm 2023-03-21 01:05:55 +00:00
fae75e65fc Amendment of spec: Templates shall utilize only lower-case variable names
t_a pushed to cpp at Cavemanon/cavecomm 2023-03-20 17:09:30 +00:00
aea7bebbb5 Rewriting of test routes
74a707f938 Database Manager namespace
b79a513e62 Modified Makefile potentially remove the include if it is generally not necessary.
Compare 3 commits »
t_a pushed to Java at Cavemanon/cavecomm 2023-03-13 19:39:47 +00:00
7628d43244 Add freemaker dependencies and implement a basic template
t_a created branch Java in Cavemanon/cavecomm 2023-03-13 19:39:43 +00:00
t_a pushed to master at Cavemanon/cavecomm 2023-03-09 18:05:37 +00:00
399d22b28f Modification to use the HandlerCollection + slight cleanup
t_a pushed to master at Cavemanon/cavecomm 2023-03-09 18:04:22 +00:00
d564f4b240 Create Handler Collection to provide Handlers in a centralized location to avoid localized Lambda
t_a pushed to master at Cavemanon/cavecomm 2023-03-08 20:14:15 +00:00
f3717a2943 SQL commands to create the Database/Table