ZEVA2 - credit transfers list page
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 6
- Avg merge
- 14h 22m
- Merged PRs (30d)
- 32
Description
Create a nextjs page that lists credit transfers; the developer who works on this will need to decide on a library that presents information in a tabular format (we use react-table in zeva1; I believe its successor is https://tanstack.com/table/latest). Also note that the LCFS project uses https://www.ag-grid.com/; these are just a few of our options and maybe there's something more specific to nextjs.
The developer, when choosing which table library to use, will need to take into account nextjs's data pagination and search (filtering/sorting) capabilities (e.g. https://nextjs.org/learn/dashboard-app/adding-search-and-pagination), and how the library supports those capabilities.
Please also remember, in your data fetching functions, to use the `auth()` function to check whether the user is authorized to perform an action.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.