aau-giraf / web-api

The backend API for GIRAF — a .NET-core project written in C#.
GNU General Public License v3.0
2 stars 5 forks source link

Remove unused resources #324

Closed andreaskrath closed 10 months ago

andreaskrath commented 11 months ago

Description

Due to the many iterations the project has been through, there are a lot of left-over files and scripts which are no longer in use, or at least are difficult to know if they still serve a purpose in the project. I suggest looking over a lot of the files of the in the repository (especially those with last edits being years ago) and figuring out if they serve a purpose or could be removed.

From my initial look about I have found the following files, which might not be used in the project anymore, although there might be more:

Possible Suggested Solution

Definition of Done

andreaskrath commented 11 months ago

It is possible that the entirety of wwwroot could be removed, as it is a remnant of an MVC structure, however as this repository is only an API, there should be no V part.