https://github.com/tommm2/calendar-practice
https://github.com/tommm2/calendar-practice
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tommm2/calendar-practice
- Owner: tommm2
- Created: 2022-04-14T15:39:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T15:44:52.000Z (about 4 years ago)
- Last Synced: 2025-01-12T02:35:51.475Z (over 1 year ago)
- Language: Vue
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 使用套件
- FullCalendar
- Vue 3 Datepicker
## Demo
[https://tommm2.github.io/calendar-practice/](https://tommm2.github.io/calendar-practice/)
## Todo
- [x] 行事曆介面 ( 不限制任何行事曆套件 )
- [x] 標案名稱依標案日期顯示於行事曆上,預設顯示所有標案或行事曆當下月份,例如行事曆顯示 2022 2 月,就使用 API 加上日期範圍參數。
- [x] 點選標案名稱後使用 “查詢單筆標案 API”,然後透過 popup 效果顯示標案名稱、標案日期、標案單位、標案代碼、標案狀態、標案詳細連結。
- [x] 搜尋功能/介面
- [x] 關鍵字(搜尋標案名稱)
- [x] 日期範圍(搜尋標案日期)
- [x] 串接 API 資料
- [x] 透過 API 取得所有標案資料 / 單筆標案資料
- [ ] 透過 API 傳送關鍵字與日期範圍取得正確資料
1. bug1 - 可以正確取得資料,但 api 路徑會出現錯誤,暫時沒修正
- [x] 介面 RWD:介面會隨著視窗顯示寬度做適當的調整