Commit b89f07cb by twl8n

updating the plan

parent 71c3da4d
...@@ -8,12 +8,12 @@ Big questions ...@@ -8,12 +8,12 @@ Big questions
- controlled vocabulary hierarchy? - controlled 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' );
INSERT INTO vocabulary (type, value) values ( 'subject', 'World politics--Societies, etc.' ); INSERT INTO vocabulary (type, value) values ( 'subject', 'World politics--Societies, etc.' );
INSERT INTO vocabulary (type, value) values ( 'subject', 'World politics--Study and teaching' ); INSERT INTO vocabulary (type, value) values ( 'subject', 'World politics--Study and teaching' );
''' ```
Overview and order of work Overview and order of work
...@@ -24,6 +24,15 @@ Overview and order of work ...@@ -24,6 +24,15 @@ 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--Pictorial works' );
INSERT INTO vocabulary (type, value) values ( 'subject', 'World politics--Societies, etc.' );
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