Difference between revisions of "Redesigning Patent Database"
Jump to navigation
Jump to search
ShelbyBice (talk | contribs) |
ShelbyBice (talk | contribs) |
||
Line 18: | Line 18: | ||
== Development == | == Development == | ||
Design will be built upon a relational database model. I will be referencing this article on database design as I develop the design (http://en.tekstenuitleg.net/articles/software/database-design-tutorial/one-to-many.html), and I will be creating an ER diagram. | Design will be built upon a relational database model. I will be referencing this article on database design as I develop the design (http://en.tekstenuitleg.net/articles/software/database-design-tutorial/one-to-many.html), and I will be creating an ER diagram. | ||
+ | |||
+ | == Current Design and Scripts information == | ||
+ | The scripts for querying data for the patent database exist in McNair/software/scripts/patent | ||
== Test Plan == | == Test Plan == |
Revision as of 12:26, 23 February 2017
Documentation on the process and eventual designs for the new patent database.
Redesigning Patent Database | |
---|---|
Project Information | |
Project Title | |
Start Date | |
Deadline | |
Primary Billing | |
Notes | |
Has project status | |
Copyright © 2016 edegan.com. All Rights Reserved. |
Contents
Redesigning Patent Database
Description
The purpose of this project is to create a new, redesigned database to hold all of the patent information that the McNair Center has accumulated and document the process so that the design can be easily understood and replicated or edited as needed.
Development
Design will be built upon a relational database model. I will be referencing this article on database design as I develop the design (http://en.tekstenuitleg.net/articles/software/database-design-tutorial/one-to-many.html), and I will be creating an ER diagram.
Current Design and Scripts information
The scripts for querying data for the patent database exist in McNair/software/scripts/patent