rain
rain copied to clipboard
Minor API and doc updates
Work in progress update on Attributes.
Waits on internal attributes discussion and cleaup.
Great work!
Just two comments:
- In the current version, there is no finish_time in task info, but there is duration that contains duration of the task in milliseconds. (Also start_time is actually called only start). (See
AttributeInfoin instance.rs) - Info of data object is not implemented yet; however do we really need to store finish_time and worker there? It should be identical as for the creator task.
I have no strong opinion on naming attributes, but we should put the documentation and implementation to the same state, maybe by changing docs, maybe by changing the implementation.
Is this still relevant or we can close it without merge after introducing new attributes?