Bhavani Shankar
Bhavani Shankar
> @bshankar we should merge this PR also, with fixed and updated docs: > > https://github.com/hotosm/tasking-manager/pull/6520/files > > Would you merge it directly to your branch? Done!
Can we close this issue? This is solved by #6479.
> @bshankar let me get back to you soon, on failing of `backend-functional-tests`, it just could be the CI or Test issue. i don't believe it originated from this PR....
I don't mind the syntax of using `..` or implementing `Default` for the struct but this automatically gives a default value for all attributes - making all of them optional....
Yea that's a good way to do this currently. I'm thinking of another usage pattern too. We can combine the optional fields into it's own type which implements `Default`. ```rust...