opendatakosovo / unkt-sdg-plugin

A small data management Wordpress plugin for UNKT website. The plugin will have a simple admin component to manage CRUD operations for data entry as well as a public facing component to display the data as graphs and tables.
0 stars 0 forks source link

Refactor code to follow Wordpress Codex plugin best practices #47

Closed partini closed 7 years ago

partini commented 7 years ago

The reason behind this refactoring is that we added some hardcoded values which may be different when installed in different environment, so in order to make the plugin work on every install we should not use hardcoded path values.

partini commented 7 years ago

@ferideadili let's do a code review together and see if there is anything left that we can do better.