Commit Graph

25 Commits

Author SHA1 Message Date
559adb7e2a #42 Add tests for CommentVoter 2020-03-17 11:20:29 +01:00
60d887c5cc #42 Add tests for CitizenVoter 2020-03-17 02:20:32 +01:00
ca78db4155 #42 Add tests to ArticleVoter
Refactor ArticleVoter
2020-03-16 03:47:22 +01:00
aa7ca26b51 Improve voter 2020-03-16 03:47:22 +01:00
27232c5ca9 #29 Implement Workgroup (route, voter, repo, entity)
Create tests for workgroup routes
add CitizenWithUserI
2020-03-13 23:33:50 +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
ec6e39b130 Create OpinionChoice 2020-02-11 23:03:12 +01:00
41a98f23b8 Clean code 2020-01-28 22:35:50 +01:00
813d6857e9 Split Entities for remove nullable variables 2020-01-28 22:00:44 +01:00
f76f6f83bb Lint project 2019-10-10 22:50:24 +02:00
a6f25bcbb2 Can login with SSO & change Password 2019-10-09 21:57:56 +02:00
5352c82bba Can get votes for one citizen 2019-10-01 13:58:25 +02:00
9cf05865a0 fix citizen voter 2019-09-05 11:21:30 +02:00
cb91c50e58 Add security for follow 2019-08-31 00:14:05 +02:00
9e88b33595 improve security. 2019-08-30 22:32:30 +02:00
5d78f8d4c6 Refactor Voter 2019-08-30 15:15:29 +02:00
d1999d84ca feature #8: Add security for Vote Article 2019-08-30 14:34:24 +02:00
bc75f5d9e2 refactor Voter 2019-08-30 14:01:53 +02:00
679dd2e4c5 Auth require for view citizens 2019-08-29 13:44:46 +02:00
4c2da6ab71 Implement comment constitution
fix bugs
2019-08-28 23:32:43 +02:00
1fb0e39038 feature #7: Add routes for comment article 2019-08-27 22:31:01 +02:00
bfcbfee120 add citizen in ApplicationCall 2019-08-27 22:29:14 +02:00
4f5cd827c4 Add Security to Citizen 2019-08-23 16:45:33 +02:00
0108d496e0 feature #9: Create Voter for Article 2019-08-23 09:41:41 +02:00