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
2
Issues
2
List
Board
Labels
Milestones
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
snac
Documentation
Commits
453339ee
Commit
453339ee
authored
Aug 04, 2015
by
twl8n
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating the plan
parent
63b5272b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
plan.md
tat_requirements/plan.md
+2
-2
No files found.
tat_requirements/plan.md
View file @
453339ee
...
@@ -10,7 +10,7 @@ Big questions
...
@@ -10,7 +10,7 @@ Big questions
controlled vocabularies need to have n sub-vocabularies. And some subclasses can probably appear with
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
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
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
[
Code we write
](
#code-we-write
)
.
first subject. Curiously, topical subject bears a strong resemblence to the "tags" suggested below in
[
Tags
](
#tags
)
.
```
```
INSERT INTO vocabulary (type, value) values ( 'subject', 'American literature--19th century--Periodicals' );
INSERT INTO vocabulary (type, value) values ( 'subject', 'American literature--19th century--Periodicals' );
...
@@ -67,7 +67,7 @@ Code we write<a name="code-we-write"></a>
...
@@ -67,7 +67,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
-
(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.
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? The tags
-
<a
name=
"tags"
></a>
(discuss) can/should we create a tag system to deal with ad-hoc requirements later in the project? The tags
are very similar to vocabulary entryies in that the tag values are controlled. The difference being a weaker
are very similar to vocabulary entryies in that the tag values are controlled. The difference being a weaker
moderation of tags and more readiness to create new tags (types). The tag table would consist of tag, value
moderation of tags and more readiness to create new tags (types). The tag table would consist of tag, value
and is essentially a name-value system. If we create tags, should we try to enforce some data typing, that
and is essentially a name-value system. If we create tags, should we try to enforce some data typing, that
...
...
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