-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
Labels
Description
This has been on my mind for awhile and needs some attention. Currently, our validation is split between jQuery Validation on the client and (as of 2.0) our GraphQL schema on the server. Ideally, we can simplify this by having a single layer of validation that covers both client/server.
This is a big project so will have to come after 2.0 but want to make note of it now so it's on our radar.
Reactions are currently unavailable