2022 ソフトウェア設計及び演習用の班Wiki

22::gr04::モジュール仕様書

フロントエンド

  1. トップページ(遠藤諒)
    • top.html
    • top.css
    • js-my
  2. メニューページ(相田春樹)
    • central.html
    • science.html
    • agriculture.html
    • cafeteria.css
  3. ポップアップ表示(及川友亜、高橋涼音)
    • popup.js
  4. カート機能(相田春樹)
    • kart.php
    • shopping.php(実行ファイル)
    • compornent.php
  5. ページ遷移・ファイル統合(笹本諒)

ページリンク連携(ヘッダ、フッター)

top.html

  • central.html
  • science.html
  • agriculture.html

top.css

  • top.html

js-myファイル,その他

  • top.html
  • top.css

central.html(中央食堂メニューページ)

  • top.html
  • science.html
  • agriculture.html

science.html(理工食堂メニューページ)

  • top.html
  • central.html
  • agriculture.html

agricluture.html(農学部食堂メニューページ)

  • top.html
  • central.html
  • science.html

cafeteria.css, popup.js, shopping.php

  • central.html
  • science.html
  • agriculture.html

バックエンド

データベース連携(遠藤諒、笹本諒)

  • public_html/~.php
  • DB
  • PHP

MySQL (笹本諒)

テーブル構造
Screenshot from 2022-07-29 10-59-25.png
カラム構造
id name price type thumb popup
(商品特定id) (商品名) (値段) (ジャンル) (サムネイル画像パス) (ポップアップ画像パス)
101 〇〇 88 main
102 △△ 99 sub

メニュー情報管理(及川友亜、高橋涼音)

  • [一覧紹介]にて割愛
  • 企業様向けにMySQL操作無しのテーブル・カラム編集にも一部対応


最終更新日:2022/07/29 11:40:04