TrelloDotNet icon indicating copy to clipboard operation
TrelloDotNet copied to clipboard

Ideas for 2.0

Open rwjdk opened this issue 1 year ago • 1 comments

Rough ideas so far for 2.0

  • Should we move to .NET 8?
  • Should there be a collection of simpler methods that do not mimic the Rest API methods where input instead is parameters (Example: GetCards(RequestParams) that if a cardId is specified get a card, but if a boardid is specified get a collection of cards from that board)
  • A kind of SearchForCard feature (not based on search endpoint, but will instead filter in memory on the search terms and filters)
  • Should anything be deprecated?
  • Delayed instantiation of TrelloClient in Automation Engine via eventing?

rwjdk avatar May 07 '24 05:05 rwjdk

NB: in v1.11.1 the first methods and Properties will be deprecated in order for the upcoming v2.0 release

rwjdk avatar Oct 05 '24 15:10 rwjdk

NB: v1.11.9 is the last planned 1.x release with new features. The main branch is now working toward 2.x

rwjdk avatar Jan 26 '25 09:01 rwjdk