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

機能追加: 会社登録 / 編集 機能 #2

Open
tyshgc opened this issue Jan 2, 2015 · 3 comments
Open

機能追加: 会社登録 / 編集 機能 #2

tyshgc opened this issue Jan 2, 2015 · 3 comments
Assignees

Comments

@tyshgc
Copy link
Collaborator

tyshgc commented Jan 2, 2015

以下の方法がいいように思います。

  • 登録や編集機能をつけるとデバッグがめんどうくさいので、会社サイトUrlのみ受け付ける。
  • フッターの「会社を登録する」をクリックで登録・更新申請モーダルが開く
  • モーダルにURL入力フォームと申請ボタン、注意書きを置く
  • 登録ボタンはUAを見て一時間に一回でロックをかける。Client側もApi側も(連続申請などの防御措置)。
  • 各会社サイトURLを元に独自拡張のOGP設定してもらい定期クロールで更新
    • ogp:company_name / 会社名
    • ogp:address / 住所
    • ogp:lat / 緯度
    • ogp:lng / 経度
    • ogp:logo / 会社ロゴ(なければogp:image、さらになければデフォルト画像)
    • ogp:description / 概要
    • ogp:sence / 設立年月(YYYY-MM)
    • ogp:member / 社員数(nn)人
  • ogp:lat, ogp:lngがなければ登録(更新)しない
    • 既に登録済の会社については申請があってlat/lngがない場合は更新しない
    • lat/lngがなくて更新・登録できなくても申請ユーザーに連絡はしない
      • めんどくさいから
@tyshgc
Copy link
Collaborator Author

tyshgc commented Mar 1, 2015

1st phaseで使うopg仕様

  • title: 企業名
  • desctiption: 企業説明
  • image: アイコンイメージ

@tyshgc
Copy link
Collaborator Author

tyshgc commented Mar 1, 2015

会社登録画面イメージ

入力画面

ui-addcompany-modal-start

エラー画面(バリデード)

ui-addcompany-modal-error

確認画面(新規登録)

ui-addcompany-modal-confirm

確認画面(登録済みの場合)

  • 住所・URL入力したが、すでに登録済みのものの場合

ui-addcompany-modal-added-confirm

完了画面

ui-addcompany-modal-end

@tyshgc
Copy link
Collaborator Author

tyshgc commented Mar 1, 2015

取り急ぎMobile版はレイアウトをレスポンシブにするとめんどうくさいので、Mobile Redesign版をリリースするときに改めて機能実装でお願いします。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants