[16] in Project_DB
restrict issue categories?
daemon@ATHENA.MIT.EDU (Bruce R. Lewis)
Mon Feb 24 11:27:58 1997
Date: Mon, 24 Feb 1997 16:27:36 GMT
From: "Bruce R. Lewis" <brlewis@MIT.EDU>
To: project-db@MIT.EDU
When you click on the "add new issue" button for a project you can
modify, a page comes up that lets you type in information about the
issue, including its "category". The user interface treats it as
free-form; type anything you want. Internally, the database expects it
to be one of a limited number of values.
Which way should it be? If it should be restricted, the user interface
needs to be changed. If it shouldn't, the database restriction should
be removed.
Bruce