Commit Graph

26 Commits

Author SHA1 Message Date
a1c1accc87 Refactors Articles and Voter
- Move files into components (article)
- Split articles routes
- Refactoring for remove ktor-voter (ArticleVoter)
- Remove mutability
- Move DataConversion to separate file (Converter.kt)
- Add Schemas for Articles routes
- Fix SQL Query for Workgroup roles
- rename container_name in docker-compose
2021-01-14 13:06:13 +01:00
5def84282d Improve vote count with cache 2020-09-04 15:22:15 +02:00
7874f5cec4 #55 Can be assign a role to members of my Workgroup
Remove Owner on Workgroup (use role MASTER instead)
"find_citizen_by_id" not return user anymore, use "find_citizen_by_id_with_user" instead
2020-06-01 13:46:15 +02:00
491ca13284 #29 Implement Workgroup (create query)
Create SQL query to get/set workgroup
Add workgroup to article query
2020-03-13 20:56:58 +01:00
4a2d18ff87 Create route for Opinions
create OpinionRepository
create OpinionVoter
create OpinionChoiceRef
create extention String.toUUID() and List<String>.toUUID()
create OpinionAggregation
create interface RequestBuilderWithCreator for create entity by request
rename opinion_list to opinion_choice
create sql function find_citizen_opinions
fix sql function find_citizen_opinions_by_target_id
fix sql funciton find_opinion_choices
2020-02-12 14:47:18 +01:00
42781565dd fix find_citizen_opinions_by_target_ids.sql
change opinion_list.target to array
2020-02-08 02:28:19 +01:00
de6ca63165 Add opinion Tables and request 2020-02-07 02:06:06 +01:00
813d6857e9 Split Entities for remove nullable variables 2020-01-28 22:00:44 +01:00
a6f25bcbb2 Can login with SSO & change Password 2019-10-09 21:57:56 +02:00
ebc552a431 add email to citizen table 2019-10-08 14:36:45 +02:00
646c199292 Improve error message on sql function 2019-10-06 23:50:27 +02:00
9cbba66a36 Can search article by tags 2019-10-06 00:01:28 +02:00
c5a2f92b19 create SQL function for get citizen votes with multiple target ids
add updated_at field on vote table
2019-10-05 22:17:38 +02:00
dc490dcac3 change parent_id in comment 2019-09-22 22:39:04 +02:00
c2beed416e replace Article entity by Article request for the HTTP request
Add draft
2019-09-16 22:47:37 +02:00
56ea1507f7 Add draft for article & constitution, auto set last_version column 2019-09-06 00:36:41 +02:00
befa456a38 feature #26: Add ZDB index to constitution, article and comment 2019-09-01 01:31:29 +02:00
9e88b33595 improve security. 2019-08-30 22:32:30 +02:00
3e21884b38 add deleted_at on article and constitution 2019-08-30 14:26:28 +02:00
16b71fb1e6 rename annonymous to anonymous 2019-08-30 13:25:54 +02:00
ff76bd55ef update postgresjson 2019-08-27 22:30:22 +02:00
0547cf5784 feature #7: add colum parents_ids into comment 2019-08-27 22:29:05 +02:00
53e8bc024c Add some sql check 2019-08-25 00:11:37 +02:00
4f5cd827c4 Add Security to Citizen 2019-08-23 16:45:33 +02:00
e31282e24e add fixture to tests 2019-08-22 09:46:43 +02:00
7c3028eca2 fixs and move files 2019-08-22 09:46:43 +02:00