TheThingsIndustries / generic-node-se

Generic Node Sensor Edition
https://www.genericnode.com
Other
108 stars 31 forks source link

Remove redundant/repeated app files (lib dependency) #200

Closed elsalahy closed 2 years ago

elsalahy commented 3 years ago

Summary:

There are multiple files that exist only to fix lib dependency issues. All applications with this folder Software/app/<appname>/lib_dependency can benefit from eliminating theses files by either moving them or by deleting them.

Why do we need this?

To have better maintenance and to follow the DRY principle.

What is already there? What do you see now?

Application with folder name lib_dependency that have unused files.

What is missing? What do you want to see?

Moving and deleting these repeated files that are not useful to end user.

How do you propose to implement this?

By tracking down each file purpose and placing it in an appropriate location.

Environment:

OS and bare-metal

Acceptance Criteria:

All application have similar behavior.

What can you do yourself and what do you need help with?

ALL