Suggestions regarding light intranet website

eternalthinker

eternalthinker

@eternalthinker-Kvsi5Y Oct 3, 2024
Recently a friend asked me for help in developing a small website working in their their company's intranet.

Basically it has the following features:
  • Admins can upload an excel sheet containing details of all employees
  • Each employee can login and view their specific details, which is parsed from the excel sheet
  • Admins can create and edit announcements (preferably with text formatting capabilities)

Q (1) My friend suggested using WordPress in the back-end. Would this be of any advantage over a php site done from scratch, considering the above features?

Q (2) What are the best practices (modules, excel format etc) to be followed for the parsing of data from the spreadsheet? Looking forward to suggestions from people who have worked with similar scenarios.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Aashish Joshi

    Aashish Joshi

    @aashish-VrevFC Aug 27, 2011

    We have a SharePoint site, developed for the system admin to upload the details of all the computers, any maintenance he does and the ilk.

    You can explore this option as well if this suits you. You will need a dedicated server for this. Since we already have a Windows 2003 Server, we use that for SharePoint as well.
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Aug 27, 2011

    For intranet - I don't think Wordpress is the best choice. However, before you eliminate it as an option, try searching for ready made plugins which you can use and modify the code to suite your needs.

    Unless your friend is too specific about using Excel (and fine with all the information being stored in database), I'd recommend Wordpress+Buddypress combo. It would help his organization have an internal 'social network' with profiles, life feed, groups and so on. You can of course customize it to your needs easily. 👍