Create the following route: index, sign up, sign in, dashboard, profile, report

オープン
#18 コメント 0 件 リアクション 0 件 担当者 7 名 GitHub で見る

@osueke-christian がすでに取り組んでいます。

2020年5月12日 から。

評価

この issue はまだ評価されていません。

説明

enhancement

Solution Description

  • index route get("/") should get landing page or home page.
  • signup routes should be able to get the registration page and also submit filled registration form. E.g get("/signup) and post("/signup)
  • dashboard route should get the dashboard of authenticated users. get("/dashboard)
  • users should be able to view and edit their profile via the Profile route e.g get("/profile") to view profile, get("/profile/edit") to view the edit profile form and post("/profile") to submit edited profile
  • users should be able to report teachers and schools via the report route. e.g get("/report") should get the report form and post("/report") should submit the report form.

Describe alternatives
Back end dev's, any route used other than my suggested routes should be dully communicated to the front end dev's via the comment, project board and on slack.

Note

  • This task is for back end but front end should take note of the routes and know where and how to utilize them while creating the home page and dashboard page.
  • report link can be access from the home page without sign in and also on the dashboard page .
主要言語
JavaScript
スター
0
フォーク
2
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

BuildForSDG/Team-059-backend のほかの issue

BuildForSDG/Team-059-backend の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。