mengw15 opened a new issue, #6519:
URL: https://github.com/apache/texera/issues/6519

   ### Task Summary
   
   `frontend/src/app/dashboard/component/user/quota/user-quota.component.ts` 
(codecov ~52%) has a spec but it only asserts `should create`. **Extend it** to 
cover the untested data/chart methods (several are pure transforms — easy to 
unit-test). See `frontend/TESTING.md`.
   
   ### Behavior to add
   
   - `aggregateData` / `aggregateByMonth` / `filterOutdatedData` -> pure data 
transforms (feed sample data, assert output)
   - `refreshData` -> reloads quota data
   - `deleteCollection` -> removes a collection
   - `generateLineChart` / `generatePieChart` -> build the chart configs
   
   ### Task Type
   
   - [ ] Refactor / Cleanup
   - [ ] DevOps / Deployment / CI
   - [x] Testing / QA
   - [ ] Documentation
   - [ ] Performance
   - [ ] Other
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to