From 434349033c53e26a18dee74fe1528674f8f6057a Mon Sep 17 00:00:00 2001 From: Mark Price Date: Mon, 15 Apr 2024 13:27:19 +0100 Subject: [PATCH] Update README.md Force build --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 273b72be..a52e26ed 100644 --- a/README.md +++ b/README.md @@ -91,3 +91,5 @@ Navigate to /developer_scripts and run import.py, answer the prompts on the comm * Apropos the previous point, many of the attributes in the schema have unclear names and purposes, like `entname1/2/3` and `runame1/2/3`, among others. The schema should be redesigned, or have more specific documentation. * A couple of the endpoints have fairly useless functionality. For example, all the `/collectioninstrument/count` endpoint does is return the number of collection instruments. Why is this something the service needs to do? Could this not be accomplished by a database query? * Given the service's heavy reliance on collection exercises, could this service not be combined with the collection exercise service during the ras-rm redesign? + +Force build