https://github.com/x2007tro/ProjectManagementPortal
A webapp to track project status for different lines of business
https://github.com/x2007tro/ProjectManagementPortal
Last synced: 5 months ago
JSON representation
A webapp to track project status for different lines of business
- Host: GitHub
- URL: https://github.com/x2007tro/ProjectManagementPortal
- Owner: x2007tro
- Created: 2018-07-11T14:34:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T14:45:07.000Z (about 5 years ago)
- Last Synced: 2024-08-13T07:11:38.121Z (8 months ago)
- Language: R
- Size: 132 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - x2007tro/ProjectManagementPortal - A webapp to track project status for different lines of business (R)
README
# ProjectPortal
A webapp to track project status for different lines of business## Structure
- Navigation panel
- Workers Compensation
- Other
- Navlist panel (Workers Compensation)
- Accounting valuation (Content panel)
- Rate setting (Content panel)
- Navlist panel (Other)
- OPEB (Content panel)
- PNB LTD (Content panel)
- Drug Plan (Content panel)
- Content panel (Universal)
- Configuration section
- Valuation date for valuation/Year for rate setting
- Task section
- Row 1
- Step
- Task
- Action
- Instruction (link to instruction section)
- Status
- Row 2
- Analyst Comment
- Save
- Row 3
- Consultant Comment
- Save
- Instruction section
- Step
- Details (Simple html paragraph)
- Further Details (Simple html paragraph)
- The instruction table fields
- Step (# for category name, numeric value for actual step)
- File name
- Action
- Comment
- Further Comment
## Functionality
- The webapp
- Loads tasks from instruction workbook
- Save analyst and consultant comments and output the results into a CSV file
- Paragraph processing
- Ignore the step without # or numerical values
- '/n' will be replaced with space
- Any sentence starting with [#?#] will be parsed into a new line## Update instruction
- ./global.R
- Add task workbook link using the predefined structure## Required Packages
- require(shiny)
- require(shinythemes)
- require(readxl)
- require(DT)