|
b61df340e8
|
Modification of single places is now functional.
|
2019-06-27 16:34:39 +02:00 |
|
|
2da8da6b37
|
Made Offers a bit more robust and operation atomic
|
2019-06-27 12:03:36 +02:00 |
|
|
3f96022176
|
Club frontend partly created, missing the special cases
|
2019-06-26 14:29:24 +02:00 |
|
|
1d1bde1a8d
|
Removed bug in club model that avoids deletion of all offers
|
2019-06-17 13:57:01 +02:00 |
|
|
5179ea9de5
|
Inserted data into frontend from models for some views
|
2019-06-17 13:56:37 +02:00 |
|
|
759f04d34f
|
Frontend started to implement first page with databse in use
|
2019-06-14 15:51:40 +02:00 |
|
|
e3008b8789
|
Offers can be changed in the backend
|
2019-06-11 13:54:21 +02:00 |
|
|
40b88859cd
|
Updated user view in order to show referenced clubs
|
2019-06-05 16:58:23 +02:00 |
|
|
fc85e6b322
|
Made user controller working mostly. Not everything is tested but seems good
|
2019-06-05 16:02:36 +02:00 |
|
|
16e7ed0bc0
|
Simple controllers (offer and position) are workign in the new oo format
|
2019-06-04 16:51:50 +02:00 |
|
|
1b43ab8356
|
Updated abstract controller to allow common CRUD operations, errors not yet testet
|
2019-06-03 15:29:08 +02:00 |
|
|
65ccfe23f7
|
Corrected all views to the structure
|
2019-06-03 14:39:09 +02:00 |
|
|
eb704af915
|
List views updated to new structure
|
2019-06-03 11:59:36 +02:00 |
|
|
904d31843a
|
Abstract list working in general, tested with single example
|
2019-06-03 11:35:07 +02:00 |
|
|
4ce8fd274d
|
Created models for all database objects
|
2019-05-31 14:18:34 +02:00 |
|
|
4fa01d4cc0
|
Added functionality to create joins using OOD
|
2019-05-29 18:11:14 +02:00 |
|
|
d93a02e779
|
Made definition of columns based on objects
|
2019-05-29 17:55:30 +02:00 |
|
|
5a359ad97a
|
Small changes in the code to make something run again...
|
2019-05-26 16:15:20 +02:00 |
|
|
92481a62ac
|
Added code to git in order to push for the weekend
|
2019-05-24 13:33:14 +02:00 |
|
|
dec4bb5165
|
Changed cacheing of attributes to be useful
|
2019-05-23 18:15:22 +02:00 |
|
|
7bf2386851
|
Make deletion atomic using transactions even in case of recursive deletions
|
2019-05-23 18:05:16 +02:00 |
|
|
e6db7787ef
|
Enhanced deletion script to allow access to db object directly.
This allows the user to choose wheather better issue plain SQL or operate on the objects (suggested)
|
2019-05-23 17:54:38 +02:00 |
|
|
8b25925ec4
|
Successfully tested create, update and delete of trivial elements
|
2019-05-23 17:52:11 +02:00 |
|
|
23941f32d3
|
Removed bug when saving NULL values
|
2019-05-22 16:32:21 +02:00 |
|
|
a9caa06e02
|
Added code to simplify setting values
|
2019-05-22 16:32:09 +02:00 |
|
|
ed47052a59
|
Added functionality to allow to remove slave objects in database in case of deletion
|
2019-05-22 16:18:09 +02:00 |
|
|
d48d7eb853
|
Added support for optional columns in db
|
2019-05-22 16:16:26 +02:00 |
|
|
7c18f48b2a
|
1:n relations have been successfully read.
|
2019-05-22 16:07:01 +02:00 |
|
|
cb624c19eb
|
Added second class to debug 1:n relation, which is working in general
|
2019-05-22 15:47:10 +02:00 |
|
|
b868f0fe86
|
Removed some bugs in abstract class, added testcase
|
2019-05-22 15:26:24 +02:00 |
|
|
b3e28d7884
|
Removed minor bug and implemented stub of first class
|
2019-05-22 14:22:45 +02:00 |
|
|
cb6068bfd6
|
Prepared work of models to be useful with basic attributes
|
2019-05-22 14:03:18 +02:00 |
|
|
fd0a0f7f4d
|
Basic model is mainly written, completely untested
|
2019-05-22 11:35:28 +02:00 |
|
|
51c910e51f
|
Started working on abstract db models from scratch
|
2019-05-21 17:17:29 +02:00 |
|