Update Frames authored by Nicolas Pope's avatar Nicolas Pope
# The Frame Class
Data is synchronised and organised into discrete frames that are represented by a `Frame` class. This page outlines the requirements and chosen design for this class since it is central to the entire system
Data is synchronised and organised into discrete frames that are represented by a `Frame` class. A `Frame` has a unique identification and ownership within a `Feed`, along with a timestamp. Frames can be generated for a given ID by either the owner or a non-owner wishing to change the state relating to that `Frame`. A specific protocol must existing for the generation, transmission and receipt of frames. This page outlines the requirements and chosen design for this class since it is central to the entire system.
## Requirements
### Terms
......
......