Commit Graph

27 Commits

Author SHA1 Message Date
f7b6cc4eb3 fix DB test script 2021-02-13 01:28:05 +01:00
46ee98c97f Increase article fixtures 2020-10-01 15:51:36 +02:00
a6c36c542e Fixture not delete table content before apply 2020-06-01 13:52:48 +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
bd123d03e9 Fix fixtures script 2020-05-14 13:46:55 +02:00
460222bf69 Create bash script to insert fixtures 2020-05-12 01:25:01 +02:00
ecae3848ea Add script to launch fixtures 2020-05-11 01:51:30 +02:00
64e3fb0134 Add script to launch SQL test 2020-03-18 02:18:10 +01: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
471013984c Continue to implement opinion
improve target reference
Improve Tests for Opinion
fix SQL:upsert_opinion
2020-02-19 12:33:29 +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
f622dbeecd Add opinion on find_article_by_id & find_articles request
create request for find_citizen_opinions_by_target_id
create fixture for opinions
2020-02-08 01:01:32 +01:00
813d6857e9 Split Entities for remove nullable variables 2020-01-28 22:00:44 +01:00
ebc552a431 add email to citizen table 2019-10-08 14:36:45 +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
369967d5f3 add versions on articles fixtures 2019-09-05 16:36:48 +02:00
1b6b748b01 increment created_at column on fixtures for article and constitution 2019-09-01 01:33:40 +02:00
16b71fb1e6 rename annonymous to anonymous 2019-08-30 13:25:54 +02:00
b2230f2fed feature #7: add find_comment_by_id query 2019-08-27 22:30:56 +02:00
ff76bd55ef update postgresjson 2019-08-27 22:30:22 +02:00
4f5cd827c4 Add Security to Citizen 2019-08-23 16:45:33 +02:00
f060943565 feature #12: add Constitution tests 2019-08-22 09:47: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