17 lines
1.2 KiB
Typst
17 lines
1.2 KiB
Typst
#import "/metadata.typ": *
|
|
#pagebreak()
|
|
= Constraints <sec:spec:constraints>
|
|
|
|
The following points are known elements that may slow or stop the project unless addressed in the early step of the project.
|
|
#let constraints = [
|
|
#set enum(numbering: "C1:")
|
|
+ The used components needs to be ordered before #date.ordering-components.display("[day] [month repr:long] [year]") #pause
|
|
+ A set of placeholder data is available before #(date.specification-submission + duration(days: 7)).display("[day] [month repr:long] [year]").
|
|
These data are to be used while waiting for the sensors and the database.
|
|
A noticeable care needs to be given to the similarities between the placeholders data and the actual ones that will be retrieved.\
|
|
Furthermore, data from the existing sensors can be retrieved manually while waiting for the actual data. #pause
|
|
+ The minimal role required to send notification on teams is available for the user associated to the project before the #date.objective-completed.display("[day] [month repr:long] [year]").
|
|
+ The available freedom around the sensors placement and holding are to be known by the #date.first-environmental-data-in-db.display("[day] [month repr:long] [year]").
|
|
]
|
|
|
|
#constraints |