ZEVA 2 - Convert Eligible Tables from Server-Side to Client-Side
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 6
- Avg merge
- 8h 52m
- Merged PRs (30d)
- 33
Description
**Describe the task**
Identify and convert eligible tables whtin the system from 'server-side' to 'client-side'. Eligible is defined as those tables which the amount of data handled by the table is bounded above. The following tables have been identified as fitting this criteria for conversion:
- suppliers table
- credit agreements table
- penalty credits table
**Purpose**
Several tables within the rebuild have the potential to be converted from 'server-side' to 'client-side' in order to improve the user experience and allow for faster searching of contents.
**Acceptance Criteria**
- [x] identify tables eligible for conversion
- [x] convert said tables
**Additional context**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.