Hello everyone,
I’ve been looking at the product for a little bit, but I was wondering how it would deal with something like this. Basically it’s a company website, static pages in the beginning with a web portal login for employees.
User side:
* login portal
* first page is: news, email, downloads, customers, forum
o news - read news (easy)
o email - check their company email. i can probably integrate
roundcube or something into this. there might be some more
simple php imap-based web clients that are opensrc as well.
(could require research)
o downloads / forms - simple listing of forms that can be
viewed (.pdf), printed, and downloaded. (easy)
o customers - simple form they can fill out and submit to add
to the database.. like Full Name, address, DOB, etc (medium)
o forum - simple forum integrated so that people can talk to
each other maybe. (easy)
* user profile, logout
Admin Side:
* login portal
* same first page as user side
o news - read news, add news, edit news (basic CMS) (easy?)
o email - check their own email (same as user)
o downloads / forms - upload new pdfs, manage documents (edit
descriptions / delete) (easy?)
o customers - select, add, delete. (as easy as implementing
the user side)
o forum - leverages another php Forum probably? so all the
administration would be done from that side
* user profile, USER MANAGEMENT, logout
o user management - add user, edit user, del user.. users need
to be in user/groups. so that different groups can only
access certain things in the portal. everything needs to
have permissions.
Thank you for your time.
Elsdon