Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

評価機能の実装 #16

Open
ne-peer opened this issue Aug 15, 2017 · 0 comments
Open

評価機能の実装 #16

ne-peer opened this issue Aug 15, 2017 · 0 comments

Comments

@ne-peer
Copy link
Owner

ne-peer commented Aug 15, 2017

評価機能

それぞれのキャラクターを評価して属性別の評価点を算出する。
ユーザの嗜好、お気に入りの順位などを可視化する。

詳細

  • personを次の項で評価する。10段階評価とする。
    • ビジュアル
    • 性格とキャラクター
    • バックストーリー
    • 3Dモデリング
    • 歌唱力および持ち歌
  • グラフ表示
  • 合計評価ソート
  • 属性別合計を算出し、嗜好をビジュアル化する

考慮点

  • 評価は変化しうるため、作成日でプロファイルできるようにする。
  • 評価内容テンプレートは固定にするとユースケースが狭まるため、ユーザ任意で作成できるようにする。また、テンプレートはユーザ間で自由に使用できるようにする。
  • SNS等でシェアできるようにする。
  • 画像でダウンロードできてもよい。

誰向けの機能か?

  • SNSで評価を共有したいひと
  • 自身で評価を整理したいひと

PlantUML

@startuml

[*] -down-> Trend : Open

Trend: report-1
Trend: report-2
Trend: (+) add..

Trend -right-> Report : add report
Trend -right-> View : open report

View: View trend report..
View: Graph
View: share button

Report: (user_id)
Report: Template select box
Report: person-1
Report: person-2
Report: (+) add person..
Report: save button

Report -down-> Person : add person (multiple)
Template -right-> Person

Template: Person select box
Template: ---
Template: visual = rating
Template: identity = rating
Template: backstory = rating
Template: 3D-modeling = rating
Template: skill-as-a-singer = rating
Template: note = text

Person: save button

Trend -down-> [*] : Close

@enduml
@ne-peer ne-peer changed the title 評価機能 評価機能の実装 Aug 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant