Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider addding basic CRUD functionality #8

Closed
ndamofli opened this issue Jan 19, 2024 · 1 comment
Closed

Consider addding basic CRUD functionality #8

ndamofli opened this issue Jan 19, 2024 · 1 comment

Comments

@ndamofli
Copy link

First off congrats for this amazing starter kit. ! Basic CRUD funcionality (maybe a simple todo / notes list), would help less experienced devs and would demostrate the right practices for db operations, loading states and even validation. File uploads would also be a great addition.
Again, I for one am grateful for your contribution to the wonderful sveltekit community.

@scosman
Copy link
Contributor

scosman commented Jan 19, 2024

glad you like it!

The user profile is a good example of basic CRUD. It has loading states, server validation, client error UI, and server APIs. I think I’ll leave it at that, as adding non-core features would mean there's more manual work to tear out those when you start. Mostly a problem for the database tables, but would prob cause more headaches than it fixes (and the user profile is a pretty good CRUD sample).

@scosman scosman closed this as completed Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants