Releases: linkfang/staff-management-portal
Releases · linkfang/staff-management-portal
Switched from npm to bun
Fixed sync up issue and accessibility issues
What's Changed
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Edit employee modal window UI by @linkfang in #31
- Finished edit employee UI and BE integration by @linkfang in #35
- Edit employee on detail page by @linkfang in #36
- Finished add an employee BE and FE by @linkfang in #38
- Crud projects by @linkfang in #40
- Edit expertise skills by @linkfang in #41
- Delete person by @linkfang in #42
- Upload to add multiple employees by @linkfang in #43
- Table filter and search by @linkfang in #45
- Improved mobile view by @linkfang in #46
- Added logo and favicon by @linkfang in #47
- Updated data cache time from 5 mins to 4 by @linkfang in #48
- Finished all BE and FE integration and FE features by @linkfang in #49
- Added limitation to upload quantities in demo version by @linkfang in #51
- Updated meta tags by @linkfang in #54
Full Changelog: v0.1.1...v0.2.0
v0.1.1 Updated logic to reduce db queries
- Set query stale time to 2 mins to reduce db queries
v0.1 Finished all GET based pages and features
- Set up DB
- Generated basic starter data
- Finished dashboard page
- Finished employee page and employee detail page
- Finished project page
- Added sorted feature to tables on certain columns