nephila / python-taiga

:evergreen_tree: Python module for communicating with the Taiga API
https://python-taiga.readthedocs.io
MIT License
95 stars 41 forks source link

Project templates #38

Open BabisK opened 8 years ago

BabisK commented 8 years ago

Hello,

I've been using this fine library for an internal project and I need to define project templates. I've done some work and I've added some basic models that create an empty template. I will add some more functionality to create roles, points etc in the template definition.

I'd like to merge this here if you are interested in templates. What do you think?

astagi commented 8 years ago

Hello!

Yes please feel free to open a PR and I'll review the code :smile:

Thank you for your contribution!

astagi commented 8 years ago

@BabisK any update on this?

BabisK commented 8 years ago

Yes, I have concluded work, added all parameters of project templates and tested it on a migration to taiga which is now being used without any problems. The thing is I haven't had the time to unit test it. And as it is a rather large addition (project template contains almost all project fields) this will take some time.

astagi commented 8 years ago

sounds great! thank you for the update!!!

astagi commented 8 years ago

any update there @BabisK ? :)

yakky commented 6 years ago

@BabisK could you share what you have done so far anyway? I think we can help with tests to get them merged