Hey everyone, So I searched everywhere I could about this topic and couldn't find anything. So I wanted to make a Employee Portal or some form of User profile page/dashboard for each individual employee to be able to log in and have their own page. Would have to create a separate page for each employee? I also want to be able to monitor what they do and give them the ability to upload files, have a chat room etc. Many universities do this but I can't find any information on how. Thanks in advance
No. You would have to create this using some sort of server-side language, like PHP. Then you would have a way for users to register (or some other form of input, from faculty or something, if this is meant to be obligatory for everyone), and when a user logs in, that user will have access to their profile page, with specific inputs and views and so for each user - all this will be sorted out with the server-side code. The front-end will just provide a "frame" for whatever you pull from the database / files uploaded. This is a somewhat complex project, one which I don't think you're ready for, if you ask this question. I would recommend you look into something ready-made, before you try to make this yourself - it will involve quite a bit of coding, and there will be multiple potential security holes if you don't know what you're doing.
Thanks a lot I'm definitely not ready then, its my first time... I'll look for something ready made... Thanks again!
@Henok Girma , get a social networking software like Dolphin or Oxwall. They normally have all you need. Alternatively, you could use something like Joomla as base to build your own.