Category Archives: VISIBILITY

Kristi 06.08.2011

HUMBLE CORRECTION… Not close to done with manual!

I am coming across lots of changes – due to the update Dong recently performed…

Back to documentation manual with formatting, revisions, updates, changes, etc.

Keeping busy… lots to do… life is good.

Dong Shin 06.08.2011

  • re-ran the update query and found some missing updates….
    • order of updates are important because foreign key constraint may fail!
  • reworked User Management to retrieve roles data from the database, instead of using static data
    • uploaded the latest PPM to FGMDEV for deploy – /exchange/PPM060811

    Phil 6.8.11

    7:30 – 4:30 VISIBILITY

    • Heat warnings today. Think I’ll go for my ride early
    • Cleaning up and documenting InfoObjectEvent – done
    • Testing new PPM
    • Deployed PPM on the new server. All seems to be running well.
    • WRT our ‘problem’ server, I was able to talk to the lead technical person. It turns out that there is a proxy which is taking the packets and dumping them, because no one ever put our server in the plan. So the original request, not the firewall addendum was correct in the first place. Sigh. Anyway, it’s being worked.

    Dong Shin 06.07.2011

    • deployed the latest PPM to fgmdev.com
      • missing some table fields in update SQLs! Ugh. – fixed
      • bug in Funding Request Form editor allowing edit of only Program Element – fixed
      • fixed loggin info label not clearing up after logout

    Phil 6.7.2011

    7:30 – 4:30 VISIBILITY

    • Cleaning up and commenting the InfoObjectEvent code
    • This is very interesting: schema.org. Bing, Google and Yahoo are using it. It would be nice to make an ingestor that would be able to look through a tagged document and build a variety of tables…?
    • Progress with the server! Was able to fill out a *new* form that requests firewall access. This works as an addendum to the original port request.
    • Bill Dolly came over for drinks and discussion

    5:30 – 6:30 – FP

    • Walked through some of Tom’s code, and showed him how to use pointers to copy memory, regardless of how it’s typed.

    Dong Shin 06.06.2011

    • PPM Changes
      • Roles Management  working – save works
      • disabled editing of Admin’s roles
      • changed User object to retrieve permissions on login
      • changed menu items to bind to User’s permissions
      • Project Management panel changed to take permissions

    Kristi 06.06.2011

    Fabulous weekend!  Hope everyone had a great one too.

    Back to work:

    Documentation is coming along nicely.  

    Overall screen shots and outline are near completion.

    It would be prudent for me to sit in on next couple of meetings with customer to listen in to help “round out” & “fill-in” documentation manual.

    Phil 6.6.11

    7:30 – 11:00, 3:30 – 5:00 VISIBILITY

    • Turns out it’s my IT band that’s the problem, not the LCL. Need to make a PT appt this week.
    • Working on callbacks from InfoObjectManager. Looks like everything is working. Need to test,  add comments, and check in
    • Helped Brian register Jeff’s server for dual-facing proxy service

    Dong Shin 06.03.2011

    • PPM Role Permissions
      • Project – Create, Copy, Modify, Enter Monthly Status, Financial Status
      • Funding Request – Create, Modify
      • Manage Contracts
      • Manage Appropriations
      • Monthly Status Report
      • User Management – Create New User, User Management, Activate New Users
      • Utils – Local Logs, Server Logs, Query Logs, Database Management
    • Create roles table
      • DROP TABLE `user_roles`
      • DROP TABLE `roles`
      • CREATE TABLE `project_portfolio`.`roles` (
        `type` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,
        `create_project` TINYINT NULL DEFAULT NULL ,
        `copy_project` TINYINT NULL DEFAULT NULL ,
        `modify_project` TINYINT NULL DEFAULT NULL ,
        `enter_monthly_status_data` TINYINT NULL DEFAULT NULL ,
        `financial_status_data` TINYINT NULL DEFAULT NULL ,
        `create_funding_request` TINYINT NULL DEFAULT NULL ,
        `modify_funding_request` TINYINT NULL DEFAULT NULL ,
        `manage_contracts` TINYINT NULL DEFAULT NULL ,
        `manage_appropriations` TINYINT NULL DEFAULT NULL ,
        `monthly_status_report` TINYINT NULL DEFAULT NULL ,
        `create_new_user` TINYINT NULL DEFAULT NULL ,
        `user_management` TINYINT NULL DEFAULT NULL ,
        `activate_new_users` TINYINT NULL DEFAULT NULL ,
        `local_logs` TINYINT NULL DEFAULT NULL ,
        `server_logs` TINYINT NULL DEFAULT NULL ,
        `query_logs` TINYINT NULL DEFAULT NULL ,
        `database_management` TINYINT NULL DEFAULT NULL ,
        PRIMARY KEY ( `type` )) ENGINE = InnoDB ;

    • working on Roles Management
      • flipped the data around to view data more friendly(?)

    Phil 6.3.11

    8:00 – 3:00 VISIBILITY

    • Producing a few more tables from the General categories.
    • The InfoObjectManager cannot tell you that a database call that does not return any results (i.e. an INSERT) has returned successfully or failed. Fixing that.
    • No progress on getting ports opened.

    Dong Shin 06.02.2011

    • PPM Changes
      • added Contract select button to Financial Status Data form so that the contracts are editable only from Contract Select Window
        • Contracts cannot be added/changed to Reimbursable (Non-Direct Cites)
        • added Update query for contracts
      • reworking Financial Status data query – not returning correct data…. – fixed
      • save Obligations and Outlays based on Direct Cite status – No Direct Cite saves the data directly to the funding_request table, direct_cites table otherwise
      • changed the way the financial status data gets saved – save at the Financial Status Data form and fire an event to refresh the data
      • looking into Role Management

    Phil 6.2.11

    8:00 – 5:30 VISIBILITY

    • Pinged Christine
    • Trying to figure out the report creation scheme of SonicRecruit. The help is absolute crap.
      • Reports
        • Candidate
          • Application – produces small table of last name, first name, date applied, status date, job id, and job title
          • Candidate Historical – produces large table of last name, first name, status, status date, job id, job title, status changed by. Ingesting
          • General – produces large table. Name, Title, Recruiter, Location, City, Education, Source, Applied for, Job Title, Status, Date, How did you learn about this opportunity, Job status, Job recruiter, job category, job duration, job date posted, currently, location, Clearance level. Ingesting
          • Historical
          • Duplicate Candidate
          • Status / Source
          • Feedback Form
        • Job
          • Job General
          • General
          • Historical
          • Job Candidate
          • Statistical
          • Cost Per Hire
          • Crosspost Summary
          • Crosspost Detailed
          • Bottleneck
        • Division (Dialog)
        • Activity
          • Events
          • Comments
          • User Login / Logout times
          • Hiring Manager Login / Logout times
          • Action Report
        • My Saved (no templates saved on any)
          • Candidate Templates
            • General
            • Historical
            • Status
            • Feedback
          • Job Reports Templates
            • Job/Candidate
            • General
            • Historical
            • Statistical
            • Cost-per-hire
            • Crosspost detailed
          • Division Reports Templates
            • General
        • All Saved (Same as My Saved except for)
          • Candidate Reports Templates
            • New Hires (standard)
          • Job Reports Templates
            • open jobs/candidate report 2011 (excel)
        • Analytics
          • Resumes
            • Source Efficiency
            • Hired Source Efficiency
            • Hiring History
            • Current Applicant Status
            • Historical Applicant Status
            • Applicants for Open Jobs
            • Custom Fields Reports
          • Jobs
            • Opened/Filled Historical Status

    FP

    • Worked with Tom on putting together a better-structured testbed

    Cool thing:

    • Sandboxie runs your programs in an isolated space which prevents them from making permanent changes to other programs and data in your computer.

    Dong Shin 06.01.2011

    • PPM Changes
      • Year selection based on Appropriation length – defaults to current month if possible
      • Year and Month changes trigger retrieval of goals data and update datagrid
      • reworked the color highlighting – compared with the goals now
      • separate Initiate/Commit
        • ALTER TABLE `funding_requests` CHANGE `initiate_commit` `initiate` DOUBLE NULL DEFAULT NULL
        • ALTER TABLE `funding_requests` ADD `commit` DOUBLE NULL DEFAULT NULL AFTER `initiate`
        • Funding Request Form changed to support initiate and commit
        • Financial Status Panel and Form changed

    Phil 6.1.11

    7:30 – 5:00 VISIBILITY

    FGM

    • Submitted my paperwork for class reimbursement.
    • Was able to generate excel docs from sonicats records. Need to save off a few queries (reports?) and export to visibility
      • And make a Recruiting role
      • And add (who?) to the role
      • And make a slideshow.