Riccardo Graziosi
5256ea911a
Add post status administration ( #105 )
2022-05-01 18:00:38 +02:00
Kevin Vinhas
007d08a051
Add New Comment on your post notifications
...
This notification is sent only to the post owner, unless this person turned off the notifications.
A simple first step into the notifications by mail world :)
The mail contains a link to user profile
The link to the user profile is required to give an easy access to
notifications disabling.
Also having a preview for the notify_post_owner method
We can `Comment.first` because it is part of the db:seeds method. So
there should, in development, always be one.
2021-02-11 22:40:52 +01:00
Kevin Vinhas
9dfb13eff6
Adding notifications_enabled attribute to users
...
This diff just contains the migration and profile edition.
Refers to [This Project Card](https://github.com/riggraz/astuto/projects/1#card-31194036 ) and #33
2021-02-11 22:40:52 +01:00
riggraz
22fd672efd
Fix a bug in comments controller
2019-10-09 15:23:59 +02:00
riccardo
2c2a0e0c82
Add button to toggle comment is post update
2019-10-02 16:43:13 +02:00
riggraz
034a5ab708
Add post updates
2019-10-01 19:15:03 +02:00
riggraz
be8f003d70
Add gravatar picture to comments
2019-09-30 23:28:52 +02:00
riggraz
84263b9d33
Add Likes in Post component
2019-09-30 16:54:37 +02:00
riggraz
80164178c2
Implement basic version of likes
2019-09-27 16:57:23 +02:00
riggraz
5ee6a4afae
Implement hotness algorithm
2019-09-27 15:48:21 +02:00
riggraz
970cd6934c
Add likes model, controller and tests
2019-09-27 12:32:30 +02:00
riggraz
e1d8dbc281
Improve style consistency
2019-09-27 11:40:33 +02:00
riggraz
e06d95a7bb
Add posts and comments to admin panel
2019-09-24 21:16:51 +02:00
riggraz
7729057180
Add select to change board of post
2019-09-21 12:54:57 +02:00
riggraz
7874015580
General improvements to postlist and post
2019-09-21 11:17:58 +02:00
riggraz
98b8d53ad0
Fix bug in boards load and destroy belonging posts when destroying board
2019-09-19 18:55:55 +02:00
riggraz
2b1fc213db
Fix bug in post status edit
2019-09-19 14:00:34 +02:00
riggraz
de1c225c56
Improve admin panel
2019-09-18 22:03:51 +02:00
riggraz
7701c8f5e6
New comments can be created
2019-09-18 13:40:00 +02:00
riggraz
0c0c6d4e30
Basic comments visualisation
2019-09-17 17:04:19 +02:00
riggraz
476f720119
Remove comments pagination
2019-09-17 15:03:25 +02:00
riggraz
b40ddfd543
Add basic version of Comments component
2019-09-17 11:33:18 +02:00
riggraz
d05202a2d7
Add power_user? method to User model
2019-09-16 19:38:56 +02:00
riggraz
3c6e27be14
Add comments controller and routes
2019-09-16 18:02:52 +02:00
riggraz
dcdb99401f
Redux store is not a singleton anymore (-> bug fixes)
2019-09-14 12:42:30 +02:00
riggraz
e649588211
Improve Post component
2019-09-12 18:03:19 +02:00
riggraz
f599471af1
Add basic version of post show page
2019-09-12 15:51:45 +02:00
riggraz
8d9ab0f717
Add Redux and use it for state management
2019-09-11 18:30:59 +02:00
riggraz
9fcf9bcef9
Models and controllers looks more like Rails
2019-09-09 16:50:33 +02:00
riggraz
3c3c14b04e
Add search to post list
2019-09-05 17:11:07 +02:00
riggraz
f9f2b291d6
Add infinite scroll to post list
2019-09-04 21:12:07 +02:00
riggraz
2a42d3069c
Add tests of controllers
2019-09-04 17:37:08 +02:00
riggraz
542bbcfb85
Refactor controllers and uncomment an authorization check
2019-09-04 15:24:15 +02:00
riggraz
88096b2262
Add filter by post status
2019-09-03 12:58:44 +02:00
riggraz
86286b634d
Add post list
2019-09-02 19:26:34 +02:00
riggraz
edacfb1a4f
Add new post form
2019-09-02 14:32:57 +02:00
riggraz
4cb60cf2ed
Add test for every action of admin panel
2019-08-29 12:11:18 +02:00
riggraz
cd79046071
Roadmap now shows requested post statuses in order
2019-08-26 18:19:47 +02:00
riggraz
98b5b97a4e
Add first version of roadmap
2019-08-26 14:29:56 +02:00
riggraz
87c205ca60
Apply single quote convention in Ruby code
2019-08-24 20:04:53 +02:00
riggraz
f0b3fe7a60
Add post statuses admin panel
2019-08-24 12:28:59 +02:00
riggraz
75893bc4fd
Add tests to user model and admin panel requests
2019-08-23 15:58:43 +02:00
riggraz
33ba4771d7
Add Boards
2019-08-22 17:09:13 +02:00
riggraz
ecc0d1cb27
Add admin panel and make it work for user resource
2019-08-21 16:13:39 +02:00
riggraz
7cae9d68c1
Add a mock home page
2019-08-19 17:41:47 +02:00
riggraz
983841800c
Add full name to users
2019-08-19 15:45:44 +02:00
riggraz
467d5a9a0f
Setup Rails project and dockerize
2019-08-18 14:51:37 +02:00