Commit Graph

24 Commits

Author SHA1 Message Date
04e41c2dce Freelancer Profile Listing
-Template, Database access, Handler
-Freelancer Database Table
2023-04-02 23:56:50 +02:00
b90f72f61a Migrated to C++
Reviewed-on: https://git.snootgame.xyz/Cavemanon/cavecomm/pulls/24
2023-03-21 09:05:08 +00: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
aea7bebbb5 Rewriting of test routes 2023-03-20 18:07:51 +01:00
74a707f938 Database Manager namespace
Implementations:
struct representing an Requests Item with the apropriate JSON parser
a generic sql execution ideally something that is not necessary
prepared statment for the insertion of an item into Requests
prepared statment for the read out of Requests based on the ID
conversion of a pqxx::result into a wvalue JSON which is usable by the crowcpp context
2023-03-20 18:06:51 +01:00
b79a513e62 Modified Makefile potentially remove the include if it is generally not necessary.
-pthread is necessary
2023-03-20 17:59:41 +01:00
c1478da85a update readme 2023-03-13 03:41:38 -05:00
b4fb6833b3 remove this binary file 2023-03-13 03:40:22 -05:00
9a894b00b0 c++ git ignore 2023-03-13 03:40:07 -05:00
fc70b91b9d completed HTML assembler templates 2023-03-13 03:39:46 -05:00
8d9d3df7eb rewrote to use C++ instead of Java 2023-03-13 02:32:23 -05:00
d43dd509a7 add CI/CD pipeline 2023-03-12 19:06:13 -05:00
b9978932d3 an attempt to set up templates (https://vertx.io/docs/vertx-web/java/#_templates) was made 2023-03-11 05:13:04 -06:00
399d22b28f Modification to use the HandlerCollection + slight cleanup 2023-03-09 19:05:33 +01:00
d564f4b240 Create Handler Collection to provide Handlers in a centralized location to avoid localized Lambda 2023-03-09 19:04:15 +01:00
f3717a2943 SQL commands to create the Database/Table 2023-03-08 21:14:01 +01:00
02e5910c43 Mod to test the Database functionality 2023-03-08 20:22:29 +01:00
da76fa6eef Creation of Database class, Handles general queries, still lacking specific query methods 2023-03-08 20:21:44 +01:00
ffa650341a everything except login has been completed spec-wise 2023-03-06 23:38:57 -06:00
d58cd07d6e refining spec into markdown file 2023-03-04 04:35:53 -06:00
1c0bdd23e8 Project Setup:
Gradle + basic Helo World
2023-03-02 02:30:55 +01:00
585f4de3a0 spec wrote for recieving funds from customers, just need spec for sending funds to freelancers 2023-02-23 17:39:38 -06:00
5b49bd5996 half way through spec writing 2023-02-20 18:56:08 -06:00
38443b7ef7 Initial commit 2023-02-14 02:42:41 +00:00