Giter VIP home page Giter VIP logo

quioea'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:8000 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.

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.

quioea's People

Contributors

yantene avatar

Stargazers

 avatar yuki hagimoto avatar

Watchers

James Cloos avatar yuki hagimoto avatar

Forkers

ikihiki

quioea's Issues

API Design

考慮すべきこと

  • Access-Control-Expose-Headers
  • グループの管理ユーザ

User Controllers

  • /users
    • GET: ユーザ一覧を取得する
    • POST: ユーザを作成する
  • /users/{userId}
    • GET: ユーザ情報を取得する
    • PUT: ユーザ情報を更新する
    • DELETE: ユーザを削除する
  • /users/{userId}/answers
    • GET: ユーザの投稿した回答一覧を取得する
  • /users/{userId}/followees
    • GET: フォローしているユーザ一覧を取得する
  • /users/{userId}/followees/{followeeId}
    • PUT: ユーザをフォローする
    • DELETE: ユーザをアンフォローする
  • /users/{userId}/followers
    • GET: フォロワーユーザ一覧を取得する
  • /users/{userId}/quizzes
    • GET: ユーザの投稿したクイズ一覧を取得する

Page Design

ページ設計

クイズ

一覧(トップ)

以下に当てはまるクイズが公開日時の降順に並ぶ。

  • 自分がフォローしているユーザが作成したクイズ
  • 自分がフォローしているタグがついているクイズ
  • 自分がエントリーしているコンペのクイズ

新着ユーザやカテゴリ一覧などもサイドバーに出してもいいかも。

詳細

  • 問題
  • 回答(自分の作成した問題ではない場合)
  • 編集への画面遷移(自分の作成した問題の場合)
  • 削除(自分の作成した問題の場合)

作成

編集

ユーザ

作成(新規ユーザ登録画面)

編集(プロフィール編集画面)

一覧

ユーザが過去30日の獲得スコア順に並ぶ。

検索機能付き。

詳細

そのユーザが投稿したクイズが公開日時の降順に並ぶ。

タグ

一覧

詳細

そのタグのついているクイズ一覧

グループ

ユーザが所属できるグループ。
コンペや問題の可視性を設定できたりする。

作成

編集

一覧

詳細

コンペ

作成

編集

一覧

削除

Linter and formatter

EditorConfig

  • charset: utf-8
  • eol: lf
  • indent size: 2
  • indent style: space
  • insert final newline: true
  • tab width: 2
  • trim trailing whitespace: true (without markdown)

ESLint

Prettier

  • semi: false
  • trailingComma: all

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.