-
General user: test@test.com/ 123456
-
Admin user: admin@example.com/ 123456
-
One-click with reconstructing necessary data: rails dev:rebuild
-
extend: user can post and answer after authentication
-
extend: only admin and the person who asks and answers can delete the post/answer
-
extend: authenticated user can ask a question with choices of relevant hashtags and can later search questions by certain tag.
-
extend: user can create his/her own tag and delete one that has no questions belonged to
-
Admins can reset all users passwords by one click
-
Use gem figaro to protect info/data in config from leaking while git pushing