Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

contact

giginet edited this page May 4, 2014 · 1 revision

Contact

Kawaz2ndにもお問い合わせ用のContactが存在していたが、単純にGmailに飛ばすだけの仕様だったので以下のような問題があった

  • SPAMの温床になる
  • 返信が必要なときに、KawazポータルのNervスタッフとは独立してGmailへのアクセス権限が必要だった
  • 他のメンバーが返信した物を閲覧するのが難しい
  • お問い合わせ元のメールアドレスがNervユーザーに見えてしまう

そのため、以下のような機能が必要である

  • ユーザーはお問い合わせフォームに入力する
  • ロンギヌスの槍より一覧が閲覧ができる
  • Nervスタッフは各お問い合わせに返信ができる

モデル

contacts.contact

フィールド名 概要
title CharField お問い合わせタイトル
name CharField 送信元名
email EmailField 送信元メールアドレス
body TextField 本文

contacts.response

フィールド名 概要
body Text 本文
author ForeignKey(Persona) 返信ユーザー
contact ForeignKey(Contact) 返信先contact