Skip to content

Commit

Permalink
work on todo
Browse files Browse the repository at this point in the history
  • Loading branch information
svencc committed Aug 29, 2023
1 parent 21de1cc commit ae104f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# TODO LIST
*
* Command Framework
* add real JSON endpoints in addition to the necessary "consuming = MediaType.APPLICATION_FORM_URLENCODED_VALUE" Endpoints ...
* Transactions have to time out via scheduler after one hour
*
* normalize db/map entities table
* use @Embeddable types for coordinates ...
* map data immutable (do not offer setters); use @Access(AccessType.FIELD) for all unmodifiable entities!
*
*
* use Hibernate Converter for converting List<String> to String and vice versa (list configuration values)?
* ???? maybe bad idea and not possible
*
* db migration scripts
* add map default account to db in init (same as used in postman collection)
Expand Down Expand Up @@ -37,11 +48,6 @@
* move from POST-get http methods to real GET Methods. we only need to pass MapName (and eventual token name) so we can
get rid of the POST-Request-DTOs
*
* Command Framework
* add real JSON endpoints in addition to the necessary "consuming = MediaType.APPLICATION_FORM_URLENCODED_VALUE" Endpoints ...
* Transactions have to time out via scheduler after one hour
*
* normalize db/map entities table
*
* Use spring health actuator instead health controller ...
*
Expand Down Expand Up @@ -79,5 +85,5 @@
------

* ConcaveHull.java implements Point on its own; change to Point2D Implementation so we dont need to map this data
* but first we have to test if we want to keep the ConcaveHull implementation
* but first we have to test if we want to keep the ConcaveHull implementation~~

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>

<groupId>com.rcb</groupId>
<groupId>com.recom</groupId>
<artifactId>recom-backend</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>RECOM Backend</name>
Expand Down

0 comments on commit ae104f5

Please sign in to comment.