Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

refactoring needed for more readability #20

@L04DB4L4NC3R

Description

@L04DB4L4NC3R

Proposed structure

Project-Hades
├── apidoc.json
├── docker-compose.yml*
├── .dockerignore
├── .env
├── .gitignore
├── go.mod
├── go.sum
├── LICENSE
├── logs.db
├── Makefile
├── module/
│   ├── attendance/
│   ├── auth.go
│   ├── boot.go
│   ├── coupons/
│   ├── events/
│   ├── guests/
│   ├── models.go
│   ├── organization/
│   ├── projection/
│   └── returns.go
├── performant-compose.yaml
├── policy.conf
├── README.md
├── svc/
│   ├── analytics/
│   ├── coupons/
│   ├── events/
│   ├── exporter/
│   ├── guests/
│   ├── organization/
│   ├── participants/
│   └── simple_projection/
├── test/
│   └── event_test.go
└── Web/
    ├── Dockerfile
    └── nginx.conf

See this branch for the design example .This branch needs proper import path changes and updated dockerfiles

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions