d******************************************************** 框架版本 : 1.0.0 開 發 者 : Jinny, Rita.Ruo 公司名稱 : I2C Solution Ltd. 專案名稱 : iFastLove 系統類型 : 交友軟體 描 述 : 使用Laravel框架開發 前+後台 開發日期 : 2022.03.22 ******************************************************** 圖例說明: +: 新增 --:刪除 o:調整 1.0.0 版本更新: 主頁面索引: 調整內容: /* modified by Rita.Ruo - 22.03.21 */ - 新增頁面: - /login + register.blade.php 註冊 - /user + completion.blade.php 啟用完成(驗證完成) + loss.blade.php 忘記密碼 + verification.blade.php 啟用帳號(電子郵件驗證) o password.blade.php 調整表單寫法 /* modified by Rita.Ruo - 22.03.23 */ - Blade: - /partials + logout.blade.php 登出畫面 o nav.blade.php 設定點擊登出觸發popup視窗 + include 登出畫面 + /member 資料夾 + followed.blade.php 誰追隨我 o Sass: + _followed.scss + _logout.scss o _color.scss + btn-gary o _variable.scss + light-green變數 o _app.scss + p-sm 文字設定 /* modified by Rita.Ruo - 22.03.24 */ - Blade: - /user + message.blade.php 對話訊息 (尚未完成) + /member 資料夾 o followed.blade.php o Sass: + _message.scss (尚未完成) o _followed.scss o _color.scss + btn-gary o _variable.scss o 調整變數命名 light-green -> lightGreen o _app.scss + p_bold, p_bold_link Class Setting - Public/images/users + msg - msg7 png pics - Public/images/members o followed1.png -> followed.png - app folder + 新增include folder + msg.php o config/view.php 新增app路徑 /* modified by Rita.Ruo - 22.03.25 */ - Blade: - /partials/nav.blade.php o 調整nav上下padding by change py-20 to py-15 + /member 資料夾 o followed.blade.php /* modified by Rita.Ruo - 22.03.28 */ - Blade: o /user/message.blade.php o /user/messageTest.blade.php (測試用) + 串array data + 手機版js點擊事件 o /layout/master.blade.php o /login/master.blade.php o /login/nofooter.blade.php o 取消meta name 註解 + images/icon + 三個icon - Sass: o _message, _messageTest o _components -- input, select, textarea Class !important 設定 o _function + 新增dot-color /* modified by Rita.Ruo - 22.03.29 */ - Blade: + delete.blacde.php + report.blade.php 檢舉 o /user /message.blade.php /messageTest.blade.php (測試用) 新增...選單 o /layout/master.blade.php o /login/master.blade.php 新增function_R.js,改傳統頁面導入js - Sass: + _delete.scss o _message, _messageTest /* modified by Rita.Ruo - 22.03.30 */ 調整followed寫法 + 新增收藏名單 /* modified by Rita.Ruo - 22.03.31 */ 移動 /user/message => /member/message + contact blade & scss + w-max-1000 css /* modified by Rita.Ruo - 22.04.01 */ o change message, followed path + postwall blade and scss + MemberController /* modified by Rita.Ruo - 22.04.07 */ + common_R.scss 暫放共同class,之後再規劃放在哪 o spacing.scss 新增手機sm, 電腦lg的padding, margin 尺寸 o postwall, followed頁面調整 /* modified by Rita.Ruo - 22.04.08 */ + partials/addpost + addPost.blade.php o postwall (mobile unfinished) /* modified by Rita.Ruo - 22.04.11 */ o followed blade 手機版調整 + tab改用bootstrap (暫放followedTest 剩pagination css調整 & 固定單數col problem) + sizing 新增 h5-sm for mobile /* modified by Rita.Ruo - 22.04.12 */ o Notice: change simple-pagination js and css, _simple-pagination - 新增main-theme css樣式 (simplePagination.css) - 預設主題改為 main-theme (simplePagination.js Line 30) - 新增d-flex class 在 ul & active span - 刪除li page-link class o Notice: cancel footer margin but add py-40 (app.scss, layout/master.blade) o undo .max-w-#{$i}p in _spacing.scss o verify.blade add class--mb-lg-150 o change followed and collection photos position o followed.blade completed and followedTest marked + add $transparent variable and btn-transparent Class o postwall.blade addEdit btn position to be fixed in page /* modified by Rita.Ruo - 22.04.14 */ o 取消 dropdown menu padding設定 /* modified by Rita.Ruo - 22.04.15 */ o 改dropdown-menu設定 (共用style放 _function.scss) + 新增下拉選單、按鈕樣式 o profile.blade 檢舉下拉選單改為RWD o messageTest unfinished - 刪除重複 $lightGary 變數,移開spacing_scss迴圈內固定class /* modified by Rita.Ruo - 22.04.18 */ o navbar添加連結 & 項目 & 調整padding o 取消import functions_R.js => 個別頁面的js直接寫在檔案裡 o layouts 資料夾改名為 layout (所有檔案都用單數命名,except for controllers, modules etc.) o 調整web.php路徑 o 按鈕加連結 ## 沒有全部調整完畢04.19續處理 /* modified by Newt - 22.04.19 */ o login register blade 串接後台 # Notice 新增 Code Style: 1. blade檔案名稱 => Snake Case 命名法 - ex: forget_password 2. function 變數名稱 => 駝峰式命名法 (Camel Case) - ex: function userName(){} 3. class名稱 => Kebab Case 命名法 - ex: color-main 4. (非必要) class="自定義class放最前面 + 中間可放bootstrap的 + margin, padding放最後" - ex: