Commit 75e61006 by twl8n

updating the plan

parent 3ef35b55
...@@ -15,6 +15,7 @@ Overview and order of work ...@@ -15,6 +15,7 @@ Overview and order of work
- how do we deal with vocabulary hierarchy? - how do we deal with vocabulary hierarchy?
''' '''
INSERT INTO vocabulary (type, value) values ( 'subject', 'World politics--Periodicals' ); INSERT INTO vocabulary (type, value) values ( 'subject', 'World politics--Periodicals' );
INSERT INTO vocabulary (type, value) values ( 'subject', 'World politics--Pictorial works' ); INSERT INTO vocabulary (type, value) values ( 'subject', 'World politics--Pictorial works' );
...@@ -22,6 +23,7 @@ INSERT INTO vocabulary (type, value) values ( 'subject', 'World politics--Societ ...@@ -22,6 +23,7 @@ INSERT INTO vocabulary (type, value) values ( 'subject', 'World politics--Societ
INSERT INTO vocabulary (type, value) values ( 'subject', 'World politics--Study and teaching' ); INSERT INTO vocabulary (type, value) values ( 'subject', 'World politics--Study and teaching' );
''' '''
1. create prototype software to test tech requirements, iterate updating requirements and prototype 1. create prototype software to test tech requirements, iterate updating requirements and prototype
1. create tests for test driven development, and validate prototype 1. create tests for test driven development, and validate prototype
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment