Task #18074
Go lib: change the type of ActivityInfo
Start date:
Due date:
29/03/2024
% Done:
100%
Estimated time:
Description
The ActivityInfo
definition currently is
type ActivityInfo any
This needs to become map[string]string
Updated by Shuvam Misra about 1 year ago
- Target version changed from Sprint 29 Mar to Sprint 12 Apr
Updated by Sachin Divekar about 1 year ago
- % Done changed from 0 to 100
- Status changed from In Progress to Testing
Refactored Activity log writing to convert data field to string using convertToString()
from utils.go