An open API service indexing awesome lists of open source software.

https://github.com/twknab/lamp_user_dashboard

Full user dashboard with user rights priveleges (admin and normal user access levels). Note: First new user becomes an admin. Allows for CRUD events of users as admin, or read and update rights for user (can edit their own profile). Users can also post messages to one another's "wall" and comment on each message as well.
https://github.com/twknab/lamp_user_dashboard

comments dashboard lamp-stack login messages mvc-application mysql-database php7 registration restful user-levels users

Last synced: about 2 months ago
JSON representation

Full user dashboard with user rights priveleges (admin and normal user access levels). Note: First new user becomes an admin. Allows for CRUD events of users as admin, or read and update rights for user (can edit their own profile). Users can also post messages to one another's "wall" and comment on each message as well.

Awesome Lists containing this project

README

        

# LAMP User Dashboard
A user dashboard with admin and normal user levels. Users can edit their own details, add new users, or message one another (and comment on one another's messages). MySQL database along with RESTful design.

## Refactor:
+ Create a function for getting flash data values to reduce all the repeating code.
+ Clean up all methods and functions for any redundancy or unused code.