The Nooron Software Project
http://www.nooron.org/know/nooron_project
This is the Project Management knowledge base for
Nooron.
The ActorTypes
These are the different types of agents (actors) for whom
use cases may be written. Generally, these specific
types will be defined as part of a particular software
project.
The UseCases
These are the activities which people (or other actors)
need to perform.
Display All Evaluations Of Something
Display Evaluations Of Something By Someone
Display Evaluations Of Something WRT One Criterion
Evaluate Many Versions WRT One Criterion
Evaluate Instances Of A Class WRT One Criterion
Evaluate Many Versions WRT Many Criteria
Evaluate One Individual WRT One Criterion
Evaluate One Individual WRT Many Criteria
Send Email To Someone
UseCaseDescription
Create an instance of class EmailMessage in your Outbox knowledgebase and that triggers the sending of it.
The TaskStatuss
These are the various states which a Task may be in.
The Tasks
Tasks are the activities to be performed to complete
the project.
Authorization Stubbed In
TaskDescription
Permit writing only when the user is visiting from
some fixed IP address list, or when they have entered
one of a list of userids.
Predecessors
Nooron_0_2_1
Cached Output
TaskDescription
Devise a system of request parameter hashing
so that output is only regenerated when needed and
that intermediate forms as well as encodings of them
are appropriately cached and delivered. For example,
nooron_pattern_language.dot would be cached as would
nooron_pattern_language.dot.pdf. The .dot would be
regenerated only when the knowledge or template changed.
The .pdf would only be regenerated from cached .dot
when the .dot changed. A system of hashes based on
canonical forms of the requests with knowledge, template
and preferences mixed in ought to do it.