arthur-shaw / susoapi

R interface for Survey Solutions' APIs
https://arthur-shaw.github.io/susoapi/
Other
9 stars 5 forks source link

Missing feature: Create Assignment #19

Open ashwinikalantri opened 3 years ago

ashwinikalantri commented 3 years ago

The create new assignment function is missing, though I see a placeholder in the code. Hoping to see the implementation soon.

https://github.com/arthur-shaw/susoapi/blob/04588a7c23b9ad1094f5a7e65e72643123d17eb0/R/assignments.R#L339

arthur-shaw commented 3 years ago

You're right: this function is missing.

Let me see how this could be done. I've held off on implementing this function because, while simple assignments are probably simple to make in this way, complex ones with panel preloading are probably challenging.

I'm putting this on my agenda and hope to have a draft in the coming days.

ashwinikalantri commented 2 years ago

Hello @arthur-shaw, any update on this?

arthur-shaw commented 2 years ago

@ashwinikalantri , unfortunately no progress. However, now that my agenda is getting less crazy, I'd like to return to this task and see how to approach it.

ashwinikalantri commented 2 years ago

Looking forward!