Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 13 Next »

The current sql script for the database is attached here.

 

Web interface to do:

  • Parameterize SQL queries to hinder SQL injection attacks
  • Slim code - figure out how to object orient and limit repetition, if this is possible?
  • Link autocomplete value with database value for proper insertion
  • Link each of these values & insert into activity_fact table
  • Style forms

Database to do:

  • Finish data dictionary explaining each entity and attribute - after feedback
  • Split series name from source table? – see how organized in GCD
  • Should we have a field the interface for the data-entry user's name? if yes, where would this value go in the database?
    • Otherwise, this may be covered with log-in/privileges? 

Done:

  • Connect source_of_source table (as a "snowflake")
  • Reverse engineer script to build diagram of database tables
  • Include location_dim table for city, state, country data in while loop in getautoname.php file
  • Constrain issue data by value entered in series name form in source autocomplete files
  • Finish autocomplete integration in all forms
  • Add page number to source table (if from an issue)

 

As of 6/23/2015

 

 

  • No labels