basic cleanup
[?]
Feb 7, 2021, 6:54 PM
ZHV75AEN7ZYS4LMQK3THSU7O25UIVURBR6XNKUFRN7NVPGHULWDACDependencies
- [2]
U7YAT2ZKAdd error reporting to signup form. - [3]
7TQPQW3NBegin adding parsing for project detail. - [4]
QH4UB73NFormat with purty. - [5]
Z5KNL332Add skeleton of project overview HTML. - [6]
QAC2QJ32Add project overview page to client. - [7]
PPW6ROC5Render project data
Change contents
- replacement in client/src/Aftok/Overview.purs at line 102
[ HH.text "Project Overview" ][ HH.text "Project Overview - New!" ] - replacement in client/src/Aftok/Overview.purs at line 132
, colmd2 (Just "Undepreciated Period"), colmd2 (Just "Depreciation Duration"), colmd3 (Just "Undepreciated Period"), colmd3 (Just "Depreciation Duration") - replacement in client/src/Aftok/Overview.purs at line 153
, colmd2 (Just "Contributed Hours"), colmd2 (Just "Current Revenue Share"), colmd3 (Just "Contributed Hours"), colmd3 (Just "Current Revenue Share") - replacement in client/src/Aftok/Overview.purs at line 164
[ colmd2 (Just $ show (unwrap obj.undep) <> " days"), colmd2 (Just $ show (unwrap obj.dep) <> " days")[ colmd3 (Just $ show (unwrap obj.undep) <> " days"), colmd3 (Just $ show (unwrap obj.dep) <> " days") - replacement in client/src/Aftok/Overview.purs at line 179
, colmd2 (Just $ show (unwrap pud.timeDevoted)), colmd2 (Just $ pct <> "%"), colmd3 (Just $ show (unwrap pud.timeDevoted)), colmd3 (Just $ pct <> "%") - edit in client/src/Aftok/Overview.purs at line 186
colmd3 :: Maybe String -> H.ComponentHTML OverviewAction Slots mcolmd3 xs = HH.div [ P.classes (ClassName <$> [ "col-md-3" ]) ] (U.fromMaybe $ HH.text <$> xs)