Commit graph

8 commits

Author SHA1 Message Date
zyachel
2dd4a030d2 feat: add link to redirect user to Quora in case of errors
if user stumbles upon some error page, or a route that is yet to be implemented, added a link so that user can easily go to Quora should he/she wishes to do so.
2022-06-15 22:12:18 +05:30
zyachel
14eece71a6 feat: add meta tags for seo 2022-06-12 12:40:03 +05:30
zyachel
7f0406f054 refactor: refactor the controllers a bit to make them more consistent 2022-06-12 12:34:18 +05:30
zyachel
04fa753623 fix: change status code of routes not implemented to 501 2022-05-23 18:10:41 +05:30
zyachel
0a35cdaa15 feat(route): add new route
add /topic/:slug route both in api as well as in view
2022-05-22 19:35:02 +05:30
zyachel
d8515d5edd refactor: DRY some code related to answers
as there are two routes for answers(/unanswered/:slug and /:slug), and both contained similar code, reduced controllers(for the routes) in api as well as in views to just one controller handling the logic to fetch data.
2022-05-21 12:58:44 +05:30
zyachel
50b0308f7d Add option for direct deployment to heroku and other small fixes 2022-05-06 19:33:49 +05:30
zyachel
bf4ee2c3cf initial commit 2022-04-17 17:54:23 +05:30