Commit Graph

43 Commits

Author SHA1 Message Date
f677cac779 Lint 2020-03-06 09:58:08 +01:00
967b370a41 implement route /articles/{article}/follows
create repository for find_follow
2020-02-27 17:14:56 +01:00
b678f7f2cc Add consumer for Notification 2020-02-24 20:44:37 +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
7742287884 Add Opinion entity and add opinions on article 2020-02-08 01:03:16 +01:00
77658c5f6b Fix get comments children 2020-01-30 17:30:11 +01:00
3d2d3c2e14 Remove Extra class, and create CommentRef 2020-01-29 16:58:14 +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
3cdd1f3a46 update postgresjson (mutable entity) 2020-01-22 23:08:58 +01:00
32417d3276 VoteAggregation return total votes and the score 2019-10-16 16:27:49 +02:00
8cb5c35296 Can Comment a Comment 2019-10-15 15:46:19 +02:00
f76f6f83bb Lint project 2019-10-10 22:50:24 +02:00
7e52808ccf Clean code after update postgresjson 2019-10-09 22:54:34 +02:00
f91b25b35b add email to citizen entity 2019-10-08 14:37:21 +02:00
c156e2a7b1 SQL functions find_comments_* now return VotesAggregates
create Votable Interface
remove usless "resourceTarget" argument for SQL function "count_vote"
2019-10-08 00:26:41 +02:00
f20964878f Improve Vote Comment
Add "targetReference" field into Extra Entity
Add VoteCommentRoute to OpenApi
2019-10-07 14:15:43 +02:00
be03bc4df8 GET comments of article is paginate 2019-10-01 09:54:18 +02:00
3a77eff86e can get comment children of an other comment 2019-09-22 23:54:53 +02:00
a37afc1ada return votes after vote 2019-09-20 22:42:50 +02:00
acc6ecf114 add votes to article 2019-09-18 01:06:40 +02:00
c2beed416e replace Article entity by Article request for the HTTP request
Add draft
2019-09-16 22:47:37 +02:00
7151da1f3f deduplicate tags 2019-09-05 11:23:42 +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
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
1b8a02c2b3 feature #8: create Vote Article route 2019-08-30 13:24:37 +02:00
cb7a2c2eaf Add articles to title entity 2019-08-29 22:28:13 +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
ff76bd55ef update postgresjson 2019-08-27 22:30:22 +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
5542eede27 feature #9: Add routes for login 2019-08-22 23:23:25 +02:00
4e9f737e00 feature #14: Add routes for get follows of one citizen 2019-08-22 09:47:34 +02:00
9b2b5e681f feature #14: Add routes for follow/unfollow coonstitution 2019-08-22 09:47:34 +02:00
7dffc005b9 feature #14: create route for follow article 2019-08-22 09:47:33 +02:00
86d699c9c0 feature #12: Add constitution Entity, repository and route 2019-08-22 09:47:16 +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