Repository
https://github.com/mervinsantillanvillaceran/Coin-Hunt-Server
New Features of Coin Hunt
- What feature(s) did you add?
I added an admin page for Coin Hunt application to easily manage all the cryptocurrency news. Like add, edit, delete and view news and also view feedbacks.
View News List
List of all cryptocurrency news, ico, airdrops and bounties
Add News
Add trending or new news, ico, or bounty
Edit News
Edit trending or new news, ico, or bounty
View Feedbacks
This will display all the feedbacks from coin hunt users
- How did you implement it/them?
Commit
I did just one commit on coin hunt server because it is just a small data.
I made a database and add tables for news and feedback. All database related code can be view in the Models (see link below), all the request handles from the application are on the Controller, while all the web pages that can be seen by the users are on the View.
For all the functionalities, you can check this files:
- News Controller
- Feedback Controller
- News Model
- Feedback Model
- News List View
- Feedback List View
- Add News View
- Edit News View
I used Codeigniter 3 for this admin page.