Category Archives: Uncategorized

Mike 5.6.2010

  • Created two new tables for storing slideshows and references to their slides, have sql update script for updating database
  • Implemented the following methods in UsersAndRoles for interacting with the DB:
    • addSlideShow
    • deleteSlideShow
    • getSlideShow
    • updateSlideShow
    • getSlideShowTree
  • Look at Phil’s comments:
    • will add create table script to… somewhere
    • will try putting slide controls in open space at the top and have them only appear once a slideshow is loaded
    • Transitions will be TOUGH, but hey, I need stuff to work on anyway

Phil 5.3.2010

7:30 – 3:30

  • Finished financial disclosure
  • Maven deploy is down, so I’m looking at introspection in python as a way of doing code completion. Looks promising.
  • Maven is working! 🙂
  • SVN commit is not 😦 Getting a “Commit failed (details follow): 170001: Authorization failed”
  • Looked over Tom’s documentation

Dong Shin Visibility Status – August '09

Week of 08/24

  • Completed Table/User/Role managment
  • Fix ingest bugs (Excel)
  • Ingestors return IngestResult
  • added warning about duplicate columns on IngestPanel

Week of 08/17

  • checked out project from SVN. Ingestor seems working, but lots of others seem broken. Need to talk to Phil. Renamed visibility2 to visibility2old and moved it to desktop for backup, checked out complete project.
  • reworked the AutoIngestor client to take day, time. Hide/show appropriate fields according to duration selection.

Week of 08/10

  • added time fields to Auto Ingest, both client and server, changes to AutoIngestorServlet to utilize time
  • modifying Flex clients for DbRemoteObject – pass UserInfoObjest
    • QueryBuilder.mxm
    • QueryWidgetBase.as
  • modifying DbRemoteObject.java to use UnserInfoObject
    • getRelationshipList
    • getMetaEntryList
    • getMetaEntryDetailsList
    • getQuery
    • getQueryWhere

Week of 08/03

Ingested Data Configuration Management

  • list of data ingested shown
  • publish status, classification, and roles can be changed
  • must override closeHandler so that the window can be brought back

Changes to Ingestor for Roles/Classification management- cont’d

  • Added file_name to table_data – changes to UsersAndRoles.java, TablesInfoObject.java, TablesInfoObject.as
  • Ingested Data Configuration
  • Changes to AutoIngest
    • AutoIngestConfirmWindow
    • AutoIngestFileWindow
    • changes to Servlet to add classification and roles
    • Deletion keeps the data table for now
  • Deletion of other’s data disabled from client
  • Ingestion of using other’s existing table name disabled from client
  • Highlight user’s data tables using different font coler
  • Ingest and Delete now works! (table_data, table_classifications, table_role_columns)
  • rework ingest and delete to use user information and table_data (lot of work!!!)
  • keep uid and id separate; uid is for ingested data tables, id is for user and data info tables

Moved all tables from users_and_roles to visibility_dev

  • com.edgeti.VisibilityServer.UsersAndRoles.UsersAndRoles.java
    • table_dashboards
    • table_data ***** changes required
    • table_data_role
    • table_data_user
    • talbe_roles
    • table_role_user
    • table_users

Mike – Week of 7/27/09

  • Added Export to Excel button and backing code
  • Added screen shot button and backing code
  • Helped Tom with checking out and building code
  • Added delete dashboard feature to save dialog
  • Deployed latest version inside
  • Met with Anne to discuss new features and take her input
  • Selected column and chart and now properly saved / loaded
  • Debugging issue with Excel export and snapshot
  • Added change password feature to log in page
  • Implemented the find panel list

Wednesday Log (7.15.2009)

7:30 – 3:30

  • 10:00 meeting with TST/ESSO today at 2b5060
  • Meeting with Anne – wrote up a pass at her business plan
  • Need to finish the Flex side of update password, add user, delete user
  • Need to add message handleing code to the MUManager  methods that call callListeners, and ass a switch() statement to the listeners to handle the different results coming back
  • Bob – 410-561-8161

Friday Log (6.5.2009)

8:00 – 5:00

  • Could not get going this morning
  • Got the majority of the communication with the server for the initial query.
  • Need to figure out what the ParentItem needs to be, which I need to talk to Dong about that
  • Got a Server 2003 box up and running. Need to add MySQL, Tomcat, etc…