Multiverse Feedback: Recent Activity
Multiverse Feedback: Cardlist | Visual spoiler | Export | Booster | Comments | Search | Recent activity |
Mechanics | Upcoming releases | Skeleton |
Recent updates to Multiverse Feedback: (Generated at 2025-05-12 16:35:27)
Sagas have existed since april 2018, but are yet to be implemented on multiverse. Are they especially hard to program or just an oversight? Thanks for all your hard work, Alex.
For whatever it's worth, I've not been seeing old/cached data. (Windows, fox)
I've just been opening Recent Updates in an incognito window in order to see a refresh of the page...
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:
Or, if I only wanted to find all cards I wrote in the "Cards With No Home" card set, then I could write:
Or, if I wanted to find all cards that have any comments that I wrote, among all card sets:
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).
I agree it is something I would also think it should have. You could use the format that I used in TeXnicard, if wanted. It that format doesn't work, you could use a different one. If it already has such a feature, then there is no need to change it, but it ought to be documented, please.
I've only been looking at /cardsets. It doesn't update immediately on desktop like it used to, but it updates regularly. It doesn't update at all on mobile still without manually clearing cache
Hm. I'm also windows chrome, and http://www.magicmultiverse.net/cardsets/2 seems to refresh every time, but http://www.magicmultiverse.net/cardsets/2/recent and http://www.magicmultiverse.net/cardsets seem to need a ctrl-f5 (or changing the get string).
I think my chrome android is the same but I haven't checked thoroughly.
The caching seems okay on desktop (Windows, Chrome), but I still have the issue on mobile (Android, Chrome)
Oh, thank you so much!
I think I still see caching issues, although I felt like it improved at some point and I'm not quite sure when. Let me know if it would help to try to narrow down precisely what the behaviour is.
I think I've fixed the skeleton and details page issues, and the favicon.
I might have fixed the recent changes caching. I've made a change to it. If people do still see caching issues, or contrariwise if people who used to see caching issues now don't, it'd be handy to let me know. Thanks.
Fixed
couldn't live any longer with the typo in the title
Just testing with the other link format... yep, that does it too. I imagine this has the same cause as Markdown Indentation no longer works.
See: Example
Edit: Nevermind
Confirmed. I found the bug; working on a fix.
BTW, yeah, I agree it makes more sense to create separate new bug reports for things that haven't been mentioned yet. (I'm still aware of the caching problem; that one's proving harder to track down.)
Confirm, same for me on set 6.
Might be one of the Lingering Bugs from Update.
All of that exists already, as I recall from writing a program that reads the JSON/XML, it's just not part of the import interface. I imagine there would need to be some sanity checks on the "Other_ID" (the fields are called "multipart", "link-id"/"parent-id" in XML export).
OK, good you have added colour indicator and active; thank you. (Later I might update my export template to support exporting them to Multiverse, but not at this time.)
The Magic: the Gathering template in TeXnicard uses columns in the database table: "Kind" (normal, split, double-face, melded, etc), "Secondary" (boolean, for back faces of double-face cards, etc), "Meld_ID" (only for meld cards), and "Other_ID". Each part of the card is a separate record in the database; the "Meld_ID" and "Other_ID" fields link the two parts together.
I don't know if you want to do similar in Multiverse or not.
I've added
colour_indicator
,active
andwatermark
to the importable fields.Still need a way to import/export mechanics and the multipart frames.
fixed at last
Ensure also that any new features of cards that are added can work with import and export too, please.
I think that allowing you to write on your user page can be helpful, in case you want to mention different communications, e.g. email (for private messages), NNTP (for public messages), etc. This is possible in a card set page already, but not in the user page.
It is possible to render it server side, perhaps by using the same part of the software that renders it on the web browser (I have seen things containing automated screenshots of HTML documents before, so I would think that it is probably possible).
Rendering on the client side is also possible. This seems to be the element(s) with the ".cardborder" CSS selector. If a browser extension can make screenshots based on CSS selectors, whether or not they are in view, then this can help, I suppose. (I don't know if there is any.)
An alternative is to use external programs to render the cards However, MSE doesn't import (unless they changed that recently and I am unaware), and TeXnicard doesn't currently include any rendering templates for Magic: the Gathering.
Argh. Wow. I guess my Markdown library has got tweaked? That's really weird.