Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 2.73 KB

README.md

File metadata and controls

49 lines (39 loc) · 2.73 KB

GitHub license

Opinion Service

The web service allows any user to publish a question with predefined list of answers. Other users may select answers from the list and view statistics of selections. Display questions ordered by time or count of answers.

Further Development

The Opinion service is a web service that does not help you to resolve problems, instead it allows you to know what people think about some common questions related to everyday life, habits, personal preferences, beliefs, traditions, life values.

The key features of the service:

Such service may be interesting for ordinary people, because sharing common values is important for humans. Also it may be interesting for social researchers, psychologists, philosophers, politicians, marketers, etc. The obvious problem with such service is how to motivate people for participation. I do not know, but I found a successful example - the TruePublic is very close to the desired service.

Subprojects

  1. backend/apps/kafka Application with Kafka as a transport.
  2. backend/apps/ktor Ktor application.
  3. backend/services Service layer.
  4. backend/models Inner models, and their stubs.
  5. backend/dsl/cor DSL library used to implement Chain of Responsibility pattern
  6. docker Docker-compose configurations to run applications in containers
  7. backend/logics Business logic
  8. multiplatform/rest Test HTTP requests
  9. multiplatform/specs Open API service description
  10. backend/transport/mapping Mapping between transport and inner models
  11. backend/transport/openapi Transport models (generated with OpenAPI), and their stubs
  12. backend/validation Request validators