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.
- Host: GitHub
- URL: https://github.com/twknab/lamp_user_dashboard
- Owner: twknab
- License: mit
- Created: 2018-05-20T23:41:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T01:01:58.000Z (about 7 years ago)
- Last Synced: 2025-05-09T01:55:35.286Z (about 2 months ago)
- Topics: comments, dashboard, lamp-stack, login, messages, mvc-application, mysql-database, php7, registration, restful, user-levels, users
- Language: HTML
- Homepage: http://sasquat.ch
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: license.txt
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.