Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Documentation
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rachael Hu
Documentation
Commits
5a069b60
Commit
5a069b60
authored
Aug 04, 2015
by
twl8n
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating the plan
parent
3b113db6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
18 deletions
+22
-18
plan.md
tat_requirements/plan.md
+22
-18
No files found.
tat_requirements/plan.md
View file @
5a069b60
...
...
@@ -6,22 +6,8 @@ Big questions
-
Shayne backs up the whole gitlab VM.
-
We need a complete description of controlled vocabulary hierarchy. It seems pretty clear that some
controlled vocabularies need to have n sub-vocabularies. And some subclasses can probably appear with
several super-classes. 'Periodicals' appears in around 400 subjects. It also appears that the order of sub
and super is not well defined. In some cases 'Periodicals' is the final subject, and in other cases the
first subject. Curiously, topical subject bears a strong resemblence to the "tags" suggested below in
[
Tags
](
#tag-system
)
.
```
INSERT INTO vocabulary (type, value) values ( 'subject', 'American literature--19th century--Periodicals' );
INSERT INTO vocabulary (type, value) values ( 'subject', 'American literature--20th century--Periodicals' );
INSERT INTO vocabulary (type, value) values ( 'subject', 'Periodicals' );
INSERT INTO vocabulary (type, value) values ( 'subject', 'Periodicals--19th century' );
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' );
```
-
We need a complete description of controlled vocabulary hierarchy. This ties in with, and is similar
(perhaps computationally transformaable to) a tagging system.
[
Tag system
](
#tag-system
)
.
Overview and order of work
...
...
@@ -67,7 +53,7 @@ Code we write<a name="code-we-write"></a>
-
*maybe, discuss*
change vocabulary.sql from insert to copy. It would be smaller and faster, although in reality as soon as
it is in the database, the text file will never be touched again.
-
discuss; Can/should we create a tag system to deal with ad-hoc requirements later in the project?
[
Tag
s
](
#tag-system
)
-
discuss; Can/should we create a tag system to deal with ad-hoc requirements later in the project?
[
Tag
system
](
#tag-system
)
-
CPF to SQL parser (Robbie)
...
...
@@ -92,7 +78,7 @@ Code we write<a name="code-we-write"></a>
-
coding style, class template (architect Robbie)
Tag system
Controlled vocabularies and tag system (#tag-system)
---
The tags are very similar to vocabulary entryies in that the tag values are controlled. The difference being a
...
...
@@ -101,6 +87,24 @@ value and is essentially a name-value system. If we create tags, should we try t
that is: string, int, date, float, etc.?
It seems pretty clear that some controlled vocabularies need to have n sub-vocabularies. And some subclasses
can probably appear with several super-classes. 'Periodicals' appears in around 400 subjects. It also appears
that the order of sub and super is not well defined. In some cases 'Periodicals' is the final subject, and in
other cases the first subject. Curiously, topical subject bears a strong resemblence to the "tags" suggested
below in
```
INSERT INTO vocabulary (type, value) values ( 'subject', 'American literature--19th century--Periodicals' );
INSERT INTO vocabulary (type, value) values ( 'subject', 'American literature--20th century--Periodicals' );
INSERT INTO vocabulary (type, value) values ( 'subject', 'Periodicals' );
INSERT INTO vocabulary (type, value) values ( 'subject', 'Periodicals--19th century' );
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' );
```
Code we use off the shelf
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment