Giter VIP home page Giter VIP logo

skn-reviewapp's Introduction

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

skn-reviewapp's People

Contributors

shuri-honda-1101 avatar nonn1525 avatar ueuchi avatar

Watchers

 avatar

Forkers

ueuchi

skn-reviewapp's Issues

アイコン画像のトリミング機能を追加

親タスク

#10

要件

  • 画像選択後、トリミングを行う
  • トリミングはモーダルウィンドウで行う
  • 画像を間違えて選択した時など、トリミングのモーダル画面を閉じ、戻ることができる。
  • 別の場所でも使うので、モーダルウィンドウは別コンポーネントに切り出して下さい

実装方法

ライブラリを使用する。

  • react-image-crop
  • react-easy-crop
    など。
    実現できれば何でもOK。

私は以前react-easy-cropを使ったので
https://github.com/Shuri-Honda-1101/CV-chatapp/blob/main/src/pages/ModalCropper.js
これが参考になるかもしれないです。

パスワード再設定機能の追加

概要

パスワードを忘れたユーザー向けにパスワードの再発行機能を追加する

期限

仕様

FIrebase.authのパスワード再設定のメソッドを使用

タスクの細分化

  • パスワード再設定の機能
  • 成功した場合、失敗した場合にalertを出す
  • Firebaseの再設定メールの文面を編集する

親タスク

#14

レビュー投稿機能の作成

概要

最低限のレビュー投稿機能の作成

期限

2021/06/27

仕様

  • URL
  • レビュー内容
  • 評価の登録(とりあえずラジオボタンでOK)
  • ユーザー名

タスクの細分化

  • URLの入力欄を作る
  • 評価の選択欄を作る
  • レビュー内容を記入する欄を作る
  • 入力内容をFirestoreに保存する
  • Firestoreに保存する際に、ユーザー名を取得し、保存する

関連タスク

#19
#20

トップページにレビュー一覧を表示する

概要

トップページに投稿されたレビュー一覧を表示する

期限

仕様

  • 画像
  • ユーザーアイコン
  • ユーザー名
  • 商品名
  • 商品価格
  • 取扱ショップ
  • レビュー本文

タスクの細分化

  • 細かな作業手順があれば書いていく

関連タスク

#<issue番号>

ログイン機能を作成

要件

  • login.tsxを作成
  • layout.tsxに配置、ルーティング
  • メールアドレスでログインする機能を作成する

子タスク

#16

レビュー投稿機能のアップデート

概要

レビュー投稿機能のアップデート

期限

仕様

  • ユーザーID(authのIDを取得)
  • ユーザーアイコン画像
  • 日時(serverTimeStamp)
  • 画像の追加(とりあえずファイル選択と保存ができればOK。画像ファイルのみを受け付けるように)

タスクの細分化

  • 画像の選択欄を作る
  • 入力内容をFirestoreに保存する
  • Firestoreに保存する際に、ユーザーID、ユーザーアイコン、日時を取得し、保存する

関連タスク

#18

ログイン機能のアップデート

概要

ログイン機能にGoogleログイン、Twitterログイン、新規登録ページへのリンクを追加する

期限

2021/06/27

タスクの細分化

  • Google新規登録 / ログイン
  • TwitterのAPI申請
  • Twitter新規登録 / ログイン
  • SignUp.tsxへのリンク

親タスク

#14

サインアップ機能のアップデート

親タスク

#10

要件

  • ユーザーID / ユーザー名を入力し、UpdateProfileする
  • 画像をアップロードし、storageに保存する機能を作る
  • 保存した画像をfirestoreにaddする

商品登録ページの作成

概要

商品登録ページの作成(Postコンポーネントからモーダルウィンドウで表示)

期限

仕様

  • 商品名
  • メーカー名
  • カテゴリー
  • カテゴリの新規追加

カテゴリ一覧を別途作成の必要がある。

タスクの細分化

  • 細かな作業手順があれば書いていく

関連タスク

#<issue番号>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.