Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ The format would be:

## Tasks

- [ ] Implement oRPC instead of Next.js Server Actions || Low
This would let us scale into using API calls for external usage of the app, to be used in other apps.

- [ ] Use Tanstack Query for reloading data

- [ ] In the `CredentialMetadata` model changes
The `additionalInfo` field should be a JSON object, of the user's choice.

Expand Down Expand Up @@ -51,6 +46,9 @@ The format would be:
- [ ] In each model that uses CRUD actions, implement `isDeleted`
This would help in recovery and undo actions

- [ ] Use services instead of `lib` files
We should create a new folder called `services` and move all the functions that are not related to the database to this folder.

### Finished Tasks

- [x] Change return types of the Server Actions || High
Expand Down Expand Up @@ -110,3 +108,8 @@ The format would be:
- [x] usage of `Metadata` aserver actions

- [x] Update dependecies: 1. Update `prisma` 2. Update `pnpm`

- [x] Implement oRPC instead of Next.js Server Actions || Low
This would let us scale into using API calls for external usage of the app, to be used in other apps.

- [x] Use Tanstack Query for reloading data
347 changes: 0 additions & 347 deletions actions/card/card-metadata.ts

This file was deleted.

Loading