projects value constraints: needed cleanup and decisions
- [x] Decide if any constraints other than not null constraints are appropriate
- [x] If so, add.
Comments
outdir should perhaps look like a directory, so some value constraint might be possible.
For now I have:
name, outdir, description or NOT NULL
name is whitespace-normalized (no whitespace other than spaces, no leading or trailing spaces, no double spaces)
Yes, outdir should like a directory On Mon, Mar 16, 2015 at 11:48 AM gsrohde [email protected] wrote:
For now I have:
name, outdir, description or NOT NULL
name is whitespace-normalized (no whitespace other than spaces, no leading or trailing spaces, no double spaces)
— Reply to this email directly or view it on GitHub https://github.com/PecanProject/bety/issues/244#issuecomment-81793953.
@gsrohde is this ready to be implemented?
All constraints except the outdir constraint are live.
To do: Incorporate constraints from miscellaneous_constraints branch into new batch of constraints.