Difference between revisions of "Turtle Sense/Website design"

From Nerds Without Borders
Jump to navigation Jump to search
(Start of page)
 
(modified)
Line 1: Line 1:
 
==Proposed structure==
 
==Proposed structure==
 
# Top level: '''/ts'''  -- Turtle Sense --  This is the destination of root.turtlesense.org
 
# Top level: '''/ts'''  -- Turtle Sense --  This is the destination of root.turtlesense.org
## '''/web''' -- Website pages -- this is the destination of turtlesense.org
+
## '''/www''' -- Website pages -- this is the destination of turtlesense.org and www.turtlesense.org
## '''/data''' -- All Data and data management code
+
## '''/manager''' -- (cron, logging, invokeParser, etc.)
### '''/manager''' -- (cron, logging, invokeParser, etc.)
+
### '''/logs'''  -- (a record of activities)
#### '''/logs'''  -- (a record of activities)
+
## '''/parser'''  -- (parsing code, db config, etc.)
### '''/parser'''  -- (parsing code, db config, etc.)
+
## '''/data''' -- All Data
### '''/raw''' -- Raw data (where they are uploaded)
+
### '''/nps''' -- National Park Service (Directory with acronym for each organization)
#### '''/nps''' -- National Park Service (Directory with acronym for each organization)
+
#### '''/nc''' -- North Carolina (sub directory, might be different for differnt organizations)
##### '''/nc''' -- North Carolina (sub directory, might be different for differnt organizations)
+
##### '''/2014''' -- (Season)  This is the destination of nps.turtlesense.org and can change every year
###### '''/2014''' -- (Season)  This is the destination of nps.turtlesense.org and can change every year
+
##### '''/processed''' -- Reports are moved here after they are processed
###### '''/processed''' -- Reports are moved here after they are processed
+
#### '''/backup'''  -- Backups of the database for each organization
##### '''/backup'''  -- Backups of the database for each organization
+
### '''/xxx''' -- Other organizations get their own subdirectory

Revision as of 16:26, 4 July 2014

Proposed structure

  1. Top level: /ts -- Turtle Sense -- This is the destination of root.turtlesense.org
    1. /www -- Website pages -- this is the destination of turtlesense.org and www.turtlesense.org
    2. /manager -- (cron, logging, invokeParser, etc.)
      1. /logs -- (a record of activities)
    3. /parser -- (parsing code, db config, etc.)
    4. /data -- All Data
      1. /nps -- National Park Service (Directory with acronym for each organization)
        1. /nc -- North Carolina (sub directory, might be different for differnt organizations)
          1. /2014 -- (Season) This is the destination of nps.turtlesense.org and can change every year
          2. /processed -- Reports are moved here after they are processed
        2. /backup -- Backups of the database for each organization
      2. /xxx -- Other organizations get their own subdirectory