Difference between revisions of "Milestone 6 researchinprogress"
From crowdresearch
Aditimithal (Talk | contribs) |
Aditimithal (Talk | contribs) |
||
Line 14: | Line 14: | ||
DOCUMENTATION.md present in the repository which contains the documentation. Please check out the model.py file in the repository. We have designed the basic framework or database required for the platform. | DOCUMENTATION.md present in the repository which contains the documentation. Please check out the model.py file in the repository. We have designed the basic framework or database required for the platform. | ||
− | This application has been derived from the idea of "My Virtual Dollar" by our team, which was given as a Dark Horse Idea initially. The link to the Wiki page of this idea is [http://crowdresearch.stanford.edu/w/index.php?title=Milestone_3_researchinprogess_DarkHorseIdea:My_Virtual_Dollar]. | + | This application has been derived from the idea of "My Virtual Dollar" by our team, which was given as a Dark Horse Idea initially. The link to the Wiki page of this idea is [[http://crowdresearch.stanford.edu/w/index.php?title=Milestone_3_researchinprogess_DarkHorseIdea:My_Virtual_Dollar]]. |
== Example Modules in this system architecture == | == Example Modules in this system architecture == | ||
The app code resides inside the hci app directory in the project directory. Using Django enables using this app as a pluginable piece of code or a module. | The app code resides inside the hci app directory in the project directory. Using Django enables using this app as a pluginable piece of code or a module. |
Revision as of 12:21, 8 April 2015
Live Site
Link to the publicly hosted site : To be hosted on Heroku in a couple of days.
Github
Link to the GitHub repository : [[1]]
Teams
Team name: researchinprogress
Architecture
DOCUMENTATION.md present in the repository which contains the documentation. Please check out the model.py file in the repository. We have designed the basic framework or database required for the platform. This application has been derived from the idea of "My Virtual Dollar" by our team, which was given as a Dark Horse Idea initially. The link to the Wiki page of this idea is [[2]].
Example Modules in this system architecture
The app code resides inside the hci app directory in the project directory. Using Django enables using this app as a pluginable piece of code or a module.