glizzan / concord

Other
1 stars 1 forks source link

Find ways to automatically surface validation issues #133

Open shaunagm opened 3 years ago

shaunagm commented 3 years ago

For example, there's a bug on Kybern.org where you get an error if your group description is too long. The allowable length of the description is specified on the Django model, and I forgot to include that information in both the state change and, eventually, on the front end.

It should be easier for developers to have consistent validation throughout the stack. The two key questions I see are:

shaunagm commented 3 years ago

Recently: had a couple bugs due to state change fields not matching up to permissioned model fields; need to find an approach that prevents those kinds of manual errors. Bumping up the priority.