eiffel-community / eiffel-community/eiffel-pythonlib
Add the possibility to set level of validation on events
- Lenguaje dominante
- Python
- Estrellas
- 8
- Forks
- 12
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Description
Today eiffelib validates all events against the Eiffel JSON schemas and, as such, the eiffellib will never allow any events that do not follow the Eiffel specification.
This can cause some annoyances, especially when updating Eiffel specification versions.
### Motivation
The ability to disable validation would end the problems with eiffellib rejecting events on subscribe and publish.
### Exemplification
When a very minor update is done to the Eiffel specification, the eiffellib would not reject the events.
### Benefits
Easier to just let a program execute and hope that it does not break when new updates to the Eiffel specification come.
### Possible Drawbacks
It would allow anyone to just publish and subscribe to any event they want through the eiffellib, even if it's not Eiffel. There is a risk that an internal specification, that does not follow Eiffel, could be created due to having this ability to ignore validation.
Guía de contribución
Línea de trabajo
No se nombran archivos, pruebas ni puntos de entrada. Empieza por localizar dónde eiffel-pythonlib valida los eventos durante la publicación y la suscripción, y después determina cómo deberían comportarse los niveles de validación seleccionables para cumplir con la solicitud de tolerar actualizaciones menores de la especificación de Eiffel. Se considera terminado cuando los llamadores pueden elegir un nivel de validación sin rechazos involuntarios y se aborda el riesgo indicado de aceptar eventos que no sean de Eiffel.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- json, python
- Área
- api, backend
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100