-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDs for each card #2906
Comments
Hey @JS-E 👋 the URL (see the address bar in your browser) already contains a unique ID. It looks something like this:
where Out of personal interest: I am curious what your workflow is and why the titles of your cards aren't unique? How are you using Deck that you can't talk like "Hey, the card 'hire craftman for repairing the roof' is still in the 'blocked' list. Do you have any news?"? To be honest, i don't see an use case for the majority of the users which justifies the introdiction of an artifical new ID in the UI and would therefore propose to close this issue in favor of #1833 |
Ahh okay i can see that now, thanks for pointing that out 👍 The issue i'm having is that it might be more awkward for less technical people to know the id is in the address bar, and having that shown per card would be kinda cool in my opinion, or perhaps just a little setting to hide show id in the card view. I do understand your justification though, appreciate you clearing that up. In terms of our use case, it's more for tracking boxes of items, so having an id would be quicker than going "Oh the box with toys and electronics" but we can just id them ourselves on the card title. That #1833 does seem like that will help with potential so i agree. Will that potentially have an autogenerated field for example? So incremented integer or something along those lines? |
Yeah 😄 just a little setting 😄
I doubt that, at least for the first iteration, though I am only the Android guy, so i really can't tell you... |
haha fair point, mind you there are ways of making it subtle, unlike wget it seems.
Ahh cool, nice work with the app. I'd like to contribute at some stage |
somehow related to #622 the beauty of a unique ID per task (card) is that:
but:
hence, right now I am not satisfied with a good way to follow the progress of a card in deck, and the ID approach, used in a lot of software that tracks tasks and incidents, would be the way to go. It should be as easy as creating a new tiny-table with an incremental number that just grows that id number and references all created cards |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I came here by googling and just want to second this issue. It would be a great feature to have a visible ID on a card and to be able to find the specific card by just typing the ID into the search field. If this would collide with the standard search, one could use a simple syntax like "#123" for an ID based search. The visible ID should of course be identical to the AutoIncrement ID, i.e. it should be the very same ID that is already used for the URL oointing to the specific issue. Best wishes, |
- adds vscode settings file to gitingore - adds new badge for card ID - adds card ID to board filter - adds settings to disable card ID badge Signed-off-by: Adrian Missy <adrian.missy@onewavestudios.com>
Im not sure if this should be in a comment on this topic or in a new issue, however: The cards seem to have no unique ID by themselves, but only within a specific board. There is the option to move a board to another deck, which is a great feature! One problem is however that the nicety of how deck is integrated* into other Nextcloud features, becomes broken when the card is moved to another board. *For example when I mentioned or shared the card with someone in Talk or Mail, the link is broken and so is the workflow of an potential employee/stakeholder. Running on the latest Nextcloud (27.0.0). All apps up-to-date.
Cheers , |
The card id is unique but the links used might still contain the old board id. We had a first attempt for this on activity emails with #3611 to generate links that just use a card id. Could you file a new issue for this and mention the specific places where the links are obtained from? This could also be the browser URL as there I can see that this is an issue. We may need some frontend logic to fetch the card details separately to check if the user still has access and then redirect to the current board the card is on. |
Hi there,
Love deck, super useful for a little project me and my family have going. Would be awesome to have an easily viewable id for each card so we can refer to each item when we discuss it.
If someone can point me in the right direction i'll happily add it myself.
Thanks very much and great work
Josh
The text was updated successfully, but these errors were encountered: