summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander_Kabui2024-10-15 11:17:02 +0300
committerAlexander_Kabui2024-10-15 11:17:02 +0300
commitaf065cc2968379404a8976a80ff08f7bd0216a49 (patch)
tree723174507a6f7934ff773ef99c937da42e9f3343
parent6488b2ff492e66bd023f0050d5556795f86bc588 (diff)
downloadgn-gemtext-af065cc2968379404a8976a80ff08f7bd0216a49.tar.gz
Add new task for rqtl issue:
-rw-r--r--topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi7
1 files changed, 5 insertions, 2 deletions
diff --git a/topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi b/topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi
index 74ae6b9..11f5f15 100644
--- a/topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi
+++ b/topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi
@@ -23,13 +23,15 @@ This is divided into two major components:
 * Monitoring system for the rqtl script
 
 ### RQTL Api 
-This component serves as the entry point to the gn3 rqtl system and  involves rewriting the current API to replace file transfers between GN2 and GN3 with JSON data.
+This component serves as the entry point to the gn3 rqtl system and  involves
+rewriting the current API to replace file transfers between GN2 and GN3 with JSON data
 We will also implement tests and enhance error handling.
 
 
 **Subtasks:**
 
 - [ ] Rewrite the RQTL API endpoints
+- [ ] add validation for data submitted by user
 - [ ] Add unit tests for this module
 - [ ] Implement better error handling for the API
 
@@ -92,7 +94,8 @@ We aim to run computations on clusters rather than locally. This project will se
 
 ### Tasks
 - [ ] Rewrite the RQTL API endpoints
-- [ ] Add unit tests for this module
+- [ ] Minor: validation for data from the client
+- [ ] Add unit tests for the rqtl api module
 - [ ] Implement state-of-the-art error handling
 - [ ] Make improvements to the current R script if possible
 - [ ] Task queue integration (refer to the Deep Dive section)