Category Archives: Javascript

Phil 7.17.14

8:00 – 5:30 – SR

  • Contract Details
    • Add button should be enabled because there could be multiple contracts and /or multiple vendors. Done
  • Statement of Work
    • Text entered doesn’t show in the top portion when added. Done
  • Really fixed the IE8 color problem. IE8 doesn’t handle <div> events. I moved the handler to after the <input>s are created in the form.
  • Working on creating the document – making progress – http://philfeldman.com/PanelModuleTest.html

Phil 7.16.14

8:00 – 5:00 SR

  • Add an argument that turns off the “totals” table – done
  • Fix yellow on IE8 – fixed? Nope – the events can’t seem to
  • Add instructions. Done
  • Any items in Lenny’s list that don’t have “Remove Add/Delete buttons” can have multiple rows – done
  • Add funding request name. Done
  • All fields in the File Module should be set to watch the divs of other items. When the “set Info” button is pressed, it will load get(‘value)  from the watched items. Done
  • Uploaded and ready to test: http://philfeldman.com/PanelModuleTest.html

PGF 7.15.14

8:00 – 5:00 SR

  • Got Lenny’s initial response – done (http://philfeldman.com/PanelModuleTest.html)
  • DB Backups
  • Add the row limit argument and alerts that fire if the user attempts to overshoot. – done
  • Need to add an ‘admin’ checkbox on the login so that I can work through admin vs user logic. – done
  • Yellow change doesn’t work in IE8. Maybe the change event is wrong?
  • A Funding request can’t be saved until the Project Information panel is complete.
  • Save panel should have
    • Task name – done
    • project number – done
    • funding type – done
    • appropriation – done
    • amount – done
    • (search) – working

Phil 7.14.14

8:00 – 2:30

  • Happy Bastille Day! Do some knitting
  • Meeting with Chris and Lenny. So far, so good.
    • Add “comments” capability to panels so that FAs can indicate if something is wrong with an FR. – Done
    • Enable/disable inputs – done
    • Create a “Save/Open” panel that lists all the projects that one manager has. Or, if you’re an FA, all the items that you’re responsible for. Mostly done
    • Current progress: http://philfeldman.com/PanelModuleTest.html
  • What does our sysadmin need to do?
    • Log into and determine status of integration and production servers
    • Backups databases
    • back up webbapps
    • Keep webserver (Tomcat) current
    • keep database current
    • keep Java current
      Keep webpages current
    • deploy new webapps, pages, and database modifications
    • Optimize performance
    • Ensure that security patches are current
    • Interact with IT infrastructure and personnel

Phil 7.11.14

8:00 – 4:00 SR

  • DB Backups
  • Data Viz isn’t creating timelines any more. The information is going across, but the date is Jan 1 1970 and nothing shows.
  • Walked through the FRF with Lenny.
  • Financial Form
    • Added a section for instructions
    • Added in the rest of the panels
    • Added the logic for changing the color of the buttons. Didja know that CSS style ‘background-color’ is represented as ‘backgroundColor’ in the DOM? Neither did I.
    • Started to add <div>s and text for the text output.
    • Here’s the link again: http://philfeldman.com/PanelModuleTest.html

Phil 7.10.14

8:00 – 5:00SR

  • DB Backups
  • Deployed new FA
  • Tried a thing or two to speed up the DB. No joy.
  • Tested the new JS on IE8. Seems to work fine. Need to
    • Set the max number of rows that can be added (-1 = infinite?)
    • Set the minimum required rows (default = 1)
    • Get rid of the submit button. Done
    • Add ‘submit’ and ‘save’ to the form.
    • Color code buttons (Red-untouched, Yellow-touched no rows, Green-minimum required rows
    • Added logic to prevent multiple panels at the same time.
    • Added total line if there for numeric values in a table
    • Adding forms.
    • Same old link: http://philfeldman.com/PanelModuleTest.html