Commit Graph

77 Commits

Author SHA1 Message Date
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
3f4eba70d7 Add comment model and its tests 2019-09-16 16:05:00 +02:00
riggraz
b3fefe77ee Fix failing board integration test 2019-09-16 16:04:04 +02:00
riggraz
41795ce963 Refactor CSS pt. 3 (semantically @extend Bootstrap) 2019-09-16 12:22:30 +02:00
riggraz
8d297a897e Refactor CSS pt. 2 (Properly structure stylesheets folder) 2019-09-15 18:46:54 +02:00
riggraz
a964b3627f Refactor CSS pt. 1 (remove custom css in favour of Bootstrap's) 2019-09-15 18:26:51 +02:00
riggraz
e92aa9842c Add redux-devtools 2019-09-14 17:36:11 +02:00
riggraz
b42d062d4a Add model tests to post and post_status 2019-09-14 17:14:52 +02:00
riggraz
c13ac85473 Add tests for Post component 2019-09-14 16:05:54 +02:00
riggraz
3b54772ca1 Add tests for Board search and infinite scroll 2019-09-14 15:20:03 +02:00
riggraz
f76b7786ca Fix bug in Board component 2019-09-14 12:50:16 +02:00
riggraz
dcdb99401f Redux store is not a singleton anymore (-> bug fixes) 2019-09-14 12:42:30 +02:00
riggraz
7f49b14c06 Fix a bug causing duplication of posts in PostList 2019-09-12 18:04:00 +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
5ca113b545 Fix flickering caused by turbolinks and other minor fixes 2019-09-11 21:03:40 +02:00
riggraz
8d9ab0f717 Add Redux and use it for state management 2019-09-11 18:30:59 +02:00
riggraz
db4c1445ba Remove solargraph from Dockerfile 2019-09-10 11:56:35 +02:00
riggraz
9fcf9bcef9 Models and controllers looks more like Rails 2019-09-09 16:50:33 +02:00
riggraz
46b8f06955 Fix typescript type for setTimeout variable 2019-09-06 15:04:05 +02:00
riggraz
25d7d9a5af Improve Roadmap and Board components 2019-09-06 14:36:26 +02:00
riggraz
5b8b36afd9 Add foreman and solargraph 2019-09-05 17:47:41 +02:00
riggraz
3c3c14b04e Add search to post list 2019-09-05 17:11:07 +02:00
riggraz
a57cdc0c05 Rename components "Shared" folder to "shared" 2019-09-05 14:11:10 +02:00
riggraz
12121218e2 Improve Board style 2019-09-05 13:51:17 +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
7a2b55ab51 Improve style of Board component 2019-09-03 18:55:37 +02:00
riggraz
4a1378988a Add integration test for Board component 2019-09-03 18:37:27 +02:00
riggraz
88096b2262 Add filter by post status 2019-09-03 12:58:44 +02:00
riggraz
0618974543 Add comment icon 2019-09-02 20:26:09 +02:00
riggraz
66dde5ee91 Refactor stylesheets 2019-09-02 19:59:55 +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
fdcb942e78 Add route for roadmap and its tests 2019-08-28 18:54:25 +02:00
riggraz
bdc3c3233c Add view test for header 2019-08-28 18:49:06 +02:00
riggraz
0c1873d1a6 Add system test for Roadmap component 2019-08-28 17:52:59 +02:00
riggraz
d9414bd218 Add system tests for user signup, login and edit profile 2019-08-28 15:21:20 +02:00
riggraz
b195274161 Capybara now works 🎉 2019-08-27 20:33:44 +02:00
riggraz
cd79046071 Roadmap now shows requested post statuses in order 2019-08-26 18:19:47 +02:00
riggraz
18e1ab3310 Update seeds to reflect changes in PostStatus model 2019-08-26 18:19:26 +02:00
riggraz
b496a4d624 Add order and show_in_roadmap fields to PostStatus 2019-08-26 18:15:52 +02:00
riggraz
98b5b97a4e Add first version of roadmap 2019-08-26 14:29:56 +02:00
riggraz
5cf71687c8 Improve docker automation 2019-08-26 10:41:46 +02:00
riggraz
c67774334c Add db preparation and webpack compilation when launching the container 2019-08-25 20:47:44 +02:00
riggraz
24339c0e08 Add React and TS to webpacker; add react-rails gem 2019-08-25 14:34:20 +02:00
riggraz
01cc6eb96a Add not null constraint on some database fields 2019-08-25 11:34:25 +02:00