issues
search
dssg
/
411-on-311
Exploratory analysis and predictive models of how Chicago's neighborhoods interact with the City's 311 service requests.
dssg.io/projects#311
44
stars
42
forks
source link
Repo Cleanup
#16
Open
hunterowens
opened
11 years ago
hunterowens
commented
11 years ago
Directory Structure
[ ] Clean, Well named set of directories. Examples include
webapp
,
database
, and
models
.
[ ] No random files in the root.
[ ] Explanation of each directory in README.
[ ] Sub-README's in appropriate folders
[ ] No directories named after DSSG specific info (ie, person names)
[ ] Should your team have more than one project, each should have it its own repo.
[ ] In your
data
or
database
folder, provide a way to re-create your database from scratch.
.sql
files are often appropriate for this.
README
[ ] Links to appropriate sections in wiki. See wiki issue for more info.
[ ] Answers: What have you built? In a few sentences.
[ ] Answers: How do you install it?
[ ] Answers: What needs to be done/How can I help?
[ ] Has some sort of Contact Info
[ ] Open source license
[ ] Future Issues opened.
Config
[ ] No public facing config info - Make sure never to hardcode in database url, password, etc.
[ ] Description of how you hide config info, ie yaml, environment variables, etc
[ ] config.example files
[ ] Requirements.txt or similar file.
[ ] Relative links in any html.
Directory Structure
webapp
,database
, andmodels
.data
ordatabase
folder, provide a way to re-create your database from scratch..sql
files are often appropriate for this.README
Config