who-owns-what icon indicating copy to clipboard operation
who-owns-what copied to clipboard

Ensure back-end API results conform to type definitions

Open sraby opened this issue 4 years ago • 1 comments

Let's test that API data matches the new type definitions in #294.

sraby avatar May 27 '20 16:05 sraby

Since we've rewritten the backend in Python, this will likely involve converting our TypeScript type definitions to something a bit more universal, like JSON Schema. Then we'll be able to validate what our back-end returns against this schema on the server-side and log any discrepancies.

toolness avatar Aug 10 '20 12:08 toolness