diff options
author | Alexander_Kabui | 2024-10-15 11:12:19 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-10-15 11:12:19 +0300 |
commit | 6488b2ff492e66bd023f0050d5556795f86bc588 (patch) | |
tree | f6898c98fbb519ff9d4e0102112fdcb0f569fae8 /topics | |
parent | e48a34504d4a1e2f8ca5b4070f3b441aff9cfcf6 (diff) | |
download | gn-gemtext-6488b2ff492e66bd023f0050d5556795f86bc588.tar.gz |
Minor fixes for the high level design.
Diffstat (limited to 'topics')
-rw-r--r-- | topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi b/topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi index 966b44c..74ae6b9 100644 --- a/topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi +++ b/topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi @@ -18,11 +18,14 @@ The current RQTL implementation requires enhancements. The core functionality re ## High-Level Design This is divided into two major components: -* Refactor the RQTL API -* Implement a console view to track the external process +* RQTL Api + +* 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. +We will also implement tests and enhance error handling. -### Refactor the RQTL API -This component 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:** @@ -30,9 +33,12 @@ This component involves rewriting the current API to replace file transfers betw - [ ] Add unit tests for this module - [ ] Implement better error handling for the API -### Implement a Console View to Track the External Process +### Monitoring system for the rqtl script + This component involves creating a monitoring system to track the state of the external process and output relevant information to the user. + + ## Deep Dive |