Multiverse Feedback: Cardlist | Visual spoiler | Export | Booster | Comments | Search | Recent activity
Mechanics | Upcoming releases | Skeleton

CardName: Find cards I created Cost: {W} Type: Pow/Tgh: / Rules Text: If you're pushing people into making cards inside 'cards with no home' - there needs to be an obvious way for them to find those cards again; and to get comments on them collected in one place etc. If there's a way to do "All my cards in this set" I don't know what it is, and it should be made more obvious. Flavour Text: Set/Rarity: Multiverse Feedback None

Find cards I created
{w}
 
 
If you're pushing people into making cards inside 'cards with no home' – there needs to be an obvious way for them to find those cards again; and to get comments on them collected in one place etc. If there's a way to do "All my cards in this set" I don't know what it is, and it should be made more obvious.
Updated on 10 Apr 2021 by Alex

History: [-]

2014-03-17 09:22:20: Vitenka created and commented on the card Find cards I created

Actually; what I think I want to suggest is sub-folders inside a cardset; and for those to have some prominence in recent changes.

Which then makes me wonder what the difference is between that and a cardset (though it'd let you support blocks and other linked sets) - and also what the actual cost is of a cardset, compared to the cards in it?

2014-09-10 15:39:24: Alex edited Find cards I created:

fixed by My Cards

My idea to support SQL would make this and many other things possible easily. Then, if I want to find all cards I created in all card sets, I could write:

select * from cards where author=1175;

Or, if I only wanted to find all cards I wrote in the "Cards With No Home" card set, then I could write:

select * from cards where author=1175 and cardset=74;

Or, if I wanted to find all cards that have any comments that I wrote, among all card sets:

select card,max(date) from comments group by card where author=1175;

Due to the difficulty, I could not find my other suggestion at this time, although I can mention that it involves a SQLite virtual table, so this server does not need to parse any SQL code itself (therefore avoiding the security issues that would go with that), nor does it need to implement all possible queries (the server would implement all constraints it understands; the rest would be implemented on the client).

Add your comments:


(formatting help)
Enter mana symbols like this: {2}{U}{U/R}{PR}, {T} becomes {2}{u}{u/r}{pr}, {t}
You can use Markdown such as _italic_, **bold**, ## headings ##
Link to [[[Official Magic card]]] or (((Card in Multiverse)))
Include [[image of official card]] or ((image or mockup of card in Multiverse))
Make hyperlinks like this: [text to show](destination url)
How much damage does this card deal? Lightning Bolt
(Signed-in users don't get captchas and can edit their comments)