Giter VIP home page Giter VIP logo

trelloexcelconnector's People

Contributors

triplebeta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

trelloexcelconnector's Issues

New lists are not created

When publishing to a Trello board a new card can be added to an existing list (works great!!) but when a card needs to be added to a list that does not exist on that board the list is not created.
Can this be added?

Existing cards should be updated when publishing

Current behavior of Publish does not look at the id's of the cards that were already published once.
Would be better if it first checked if those cards are still at the board and if so, would update them instead of blundly adding a duplicate with another id. This would effectively sync the Excelsheet to the board.

Check before publish that all lists exist

When I enter a non-existing List for a card (e.g. "Todo" instead of "To Do") the card just does not get published and a technical error is logged. This is not visible to a user. Would be better to validate that all lists used in the sheet exist and if not, to show a warning and stop.

Option to clean the board when using Publish

When using Publish it would be handy to be able to indicate you want all existing cards to be removed from the board prior to publishing to it. This could be a checkbox in the Publish dialog.

Multiple colors per card not supported

When I assign multiple colors to a card, only 1 is retrieved in the Excelsheet.
I would expect all colors to be there, e.g. separated by semicolons.

Blue and yellow would then become: B;Y
This should be supported in the full roundtrip.

i need some changes!! pls

Hi, i would like to have for privat reasons some changes. i m willing to pay also if u are able to do that for me, maybe talk over discord or something?

"Run-time error 457:This key is already associated with an element of this collection."

I got the mention problem in first time with task assigned for multi users.
Dim frmForm As New ImportBoard
frmForm.Show
If frmForm.IsCanceled Then Exit Sub

Dim board As New TrelloBoard, Cards() As TrelloCard, Data As New Datasheet
board.Boardname = frmForm.Boardname
Data.Initialize frmForm.Worksheetname, RowIndexOfHeader

'Remove all existing rows
Data.RemoveCurrentRows

'Load all cards from the board, from all lists
'Iterate over the lists and their cards
Dim List As TrelloList, RowIndex As Integer, i As Integer
RowIndex = 0
For i = 1 To board.Lists.Count
    Set List = board.Lists(board.Lists.Keys(i - 1))
    Call Data.AddRowsFromCards(board, List.Listname, List.CardsAsArray(), RowIndex) <=yellow line when go into debug
    RowIndex = RowIndex + List.Cards.Count
Next

End Sub

Thank you.

Sync TO board would be great addition

'Sync from board' is great but 'sync TO board' would also be great.
This macro is just a bit too complex for me to add this feature.
Could this be added?

Does not create cards correctly

Hi. When I try to run "Publish" part it mixes up information.
Creates Card No.2 with information which was entered for Card No.3 and etc.
Any ideas on what can cause this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.