You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure Web API Core 2.0.0 and Data Dictionary 1.7 Tests Pass
Web API Core testing requires some data in the database with support for roughly 40 queries as outlined in the specification. See section on Certification.
Data Dictionary 1.7 metadata testing - this should pass because we generate the server from the reference documents.
Data Dictionary 1.7 data validation - this requires data in each resource and for sort by modification timestamp and timestamp comparison operators to work for each resource with timestamps present 100% of the time in the test data set.
We will need to support this format sometime within the next quarter.
RESO has to refactor everything on the backend of the Certification System and reference formats in order to support these changes, so there's no pressure to do it now, but it's a Q2-Q3 2023 goal.
Documentation
Ensure documentation for how to set up the reference server locally (or by using the generated Docker containers from DockerHub) is up to date and includes instructions for how to run the data generator.
Publish Postman Collections for the Web API showing standard queries on all resources.
Documentation showing common queries, similar to what's in the Web API examples, on the reference server.
There are a number of things that need to be done on the reference server before it can be released to the public as a reference server.
DevOps
Development Tasks
Core Tasks
String Enumerations
Documentation