Team:Michigan Software/Design

Michigan Software Team
Protocat 3.0 - Project Design


Title#1

The design of ProtoCat this year maintains the same basic structure as last year but with a more dynamic underlying structure to support our new features. Therefore, in addition to the protocol and user tables we had last year, we have added many more (protocol steps, reagents, user info, instances of reagents, categories, comments, and ratings). Our software uses Django to combine all of this stored information and then return it to the user through the templating engine.

Title#2

On the backend, we used the Django framework and MySQL (SQLite on development computers) to respond to web requests and store the information. The reason we use Django is that it is very simple to do the basic features required of a website, such as authentication and storing to any major database software. It also has a built-in templating engine for sending the data we have stored to the user.

Title#3

The design of ProtoCat this year maintains the same basic structure as last year but with a more dynamic underlying structure to support our new features. Therefore, in addition to the protocol and user tables we had last year, we have added many more (protocol steps, reagents, user info, instances of reagents, categories, comments, and ratings). Our software uses Django to combine all of this stored information and then return it to the user through the templating engine.