hauke96 / simple-task-manager

A simple tasking manager made for OpenStreetMap.

Home Page:https://stm.hauke-stieler.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pull ProjectListComponent into manager package

hauke96 opened this issue · comments

Currently the ProjectListComponent is within the project package. This fits somehow, but this component is only used from the ManagerComponent within the manager package.

  1. Rename the manager package either to project-overview or something similar
  2. Move the ProjectListComponent into that package

Decided for the following solution:

  • Rename manager component into dashboard
  • Move create- and import-buttons into dashboard

The project list can stay in the project package as its domain is within the project context.