[](https://hackmd.io/gID7DjpEQS-M9mYIQXw25A) ###### tags: `MIS.W` `misw-museum` # MISW Museum Specification ## Models ### User | 項目 | フィールド名 | |:--------------:|:------------:| | ユーザID | id | | ユーザーネーム | username | | ハンドルネーム | first_name | | メールアドレス | email | | 代 | generation | | 研究会 | associations | | アイコン画像 | image | | 一言 | description | | 管理者権限 | is_admin | ### Development #### Development (成果物情報テーブル) | 項目 | フィールド名 | field型 | |:----------------------:|:------------:|:---------------------:| | ID | id | int | | タイトル | title | char | | 説明 | description | char | | 開発者 | user | foreign-key (<->User) | | 共同開発者 | users | foreign-key (<->User) | | 研究会 | associations | char(comma separate) | | 公開状態 | status | int | | みす内のみ公開かどうか | is_private | bool | | トップ画像 | top_image | image | | メディアファイル | medias | many-to-many | | URLs | links | many-to-many | | 初回申請日時 | submitted_at | datetime | | 更新日時 | updateded_at | datetime | #### Media <-> Development_medias | 項目 | フィールド名 | field型 | |:--------------:|:------------:|:-------:| | ID | id | int | | ファイルタイプ | type | int | | ファイル | file | file | #### Link <-> Development_links | 項目 | フィールド名 | field型 | |:------------:|:------------:|:-------:| | ID | id | int | | リンクタイプ | type | int | | リンク | link | char |
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up