Changes between Version 2 and Version 3 of DetailedWorkNeeded


Ignore:
Timestamp:
09/28/07 10:19:03 (17 years ago)
Author:
MatthewWhiting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DetailedWorkNeeded

    v2 v3  
    1 == Details on the work needed to finish the project ==
     1= Details on the work needed to finish the project =
    22
    33Using the summary list of jobs on ToDo, this page goes into more detail about the specific tasks that will need to be done. [[BR]]
     
    66
    77'''mySQL database'''
    8  * Finalise the schema for the 70cm data -- what data fields do we want in the table?
     8 * Finalise the schema for the 70cm data - what data fields do we want in the table?
    99 * Use this to finalise the output from pvosummary
    1010 * Use pvosummary to produce a .csv file, which then gets ingested into the database.
    1111 * Fix up the existing tables, particularly the positions. Need to create new fields that hold the RA & DEC in decimal degrees.
    12  * Look at what needs to be done to manage proprietry access for timing data -- survey data is presumably public.
     12 * Look at what needs to be done to manage proprietry access for timing data - survey data is presumably public.
    1313
    1414'''Querying functionality'''
    1515 * Implement the cone-search queries to work on all data, not just the 70cm data.
    1616 * Allow other searches to be made on survey data: date-based search, [Any others?]
    17  * Register the conesearch web service with a VO registry.
     17 * Register the conesearch web service with a VO registry (see notes on WebQuery).
    1818
    1919'''Web page'''
    20  * Improve the look and feel of the main query page: use consistent style sheet with other ATNF archives, eg. ATOA?
     20 * Improve the look and feel of the main query page: use consistent style sheet with other ATNF archives, eg. ATOA
    2121 * Allow searching to include one or all of "surveys", "timing", specific instruments, ...
    2222 * Allow selection of fields to be returned?
    23  * Have link to "README" or information page, explaining what the surveys etc are, and even what the different fields that get returned are.
     23 * Have link to a "README" or information page, explaining what the surveys etc are, and even what the different fields that get returned are.
    2424 * Sort out security and proprietry access.
    2525 * Make webpage live!