issues
search
janekdb
/
scalacraft-domain
A collection of case classes covering commons domains
Apache License 2.0
0
stars
0
forks
source link
Template Issue for domain types
#17
Open
janekdb
opened
9 years ago
janekdb
commented
9 years ago
Notes
Add notes related to the domain
Validated Type
Construction
[ ] Add spec and None result
[ ] Ensure class constructor is private
[ ] Reject when
Conditions
Extensions
[ ] Alternative
opt
overloads
Extractors
[ ] Extract from natural type
[ ] Extract from alternative types
Conversions
[ ] Convert to unvalidated type
Representation
[ ] Add
representation
method
Documentation
[ ] Complete API docs
Unvalidated Type
Construction
[ ] Add spec and tests
Extensions
[ ] Alternative
apply
overloads
Extractors
[ ] Extract from natural type
[ ] Extract from alternative types
Conversions
[ ] Convert to validated type
Representation
[ ] Add
representation
method
Documentation
[ ] Complete API docs
Common Documentation
[ ] Update README.md
Notes
Add notes related to the domain
Validated Type
Construction
Extensions
opt
overloadsExtractors
Conversions
Representation
representation
methodDocumentation
Unvalidated Type
Construction
Extensions
apply
overloadsExtractors
Conversions
Representation
representation
methodDocumentation
Common Documentation