DragonflyRobotics / DragonflyRobotics/MAGIST-Algorithm

Stringent Structure of NeuralDB

Abierto
#11 0 comentarios 0 reacciones 1 asignado Reclamado por @DragonflyRobotics Ver en GitHub
enhancement help wanted
Lenguaje dominante
Python
Estrellas
5
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

**Description**
The NeuralDB is currently hard-coded to have several different fields of collections that it can write to and query from. This seems like a rigid system that might be hard to change when more input fields and sensors are added. The hard-coded nature also makes it impractical for live applications

**Potential solutions**
I am not really sure yet. If the community has any ideas, they are welcome to post a comment below. One way would be to make a handler that dynamically makes new fields and functions upon request. This would involve using macro-coding or polymorphic code that updates its own methods as new fields emerge. I doubt Python can do this.

Perhaps if I had a template function that modified its parameters as new fields and collections were added.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.