An open API service indexing awesome lists of open source software.

https://github.com/tommm2/calendar-practice


https://github.com/tommm2/calendar-practice

Last synced: 3 months ago
JSON representation

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:介面會隨著視窗顯示寬度做適當的調整