Cactus Game Design Message Boards

Redemption® Collectible Trading Card Game HQ => Redemption® Resources and Thinktank => Topic started by: NathanW on April 11, 2020, 01:41:22 AM

Title: RedemptionDB
Post by: NathanW on April 11, 2020, 01:41:22 AM
(https://redemptiondb.s3.us-east-2.amazonaws.com/Redemption-Logo-Remastered_DB_300dpi.png)



Hello Redemption Community!

I'm excited to finally lift the lid off of a project I've been working on for the past few weeks.


What is RedemptionDB?


Simply put, the goal of RedemptionDB is to be a one-stop shop for all of your informational and organizational Redemption needs. This includes card browsing, deck management, collection management, resource hub, and more!

As an aspiring Software Engineer, my last two years of education have led to some exciting opportunities when it comes to projects that are within my scope to tackle. And this project is the first of many I hope to pursue in the area of web apps.

The beauty of web apps is a "one app works anywhere" sort of approach. As a result of embracing this design, RedemptionDB can be used on any device! desktop, laptop, phone, tablet, etc!. The web app is fully responsive and resizes dynamically to fit your screen size.

I'm at the point in development where I need feedback on what I have developed currently and I am seeking suggestions for what to work on next and what would be the most useful features and additions for the Redemption community.

The current list of (broad) areas I want the web app to address are:


These are all very large categories and I'm looking for help figuring out what you guys would like to see added most in each of those categories.

I'll be updating this post with a list of suggestions.

I would also love to receive your constructive criticism and feedback. I'm making this for you guys and I would love to make it work well for you.


Before you dive in, a few notes:











https://redemptiondb.web.app/ (https://redemptiondb.web.app/)


Have fun poking around the app, and feel free to leave feedback and suggestions or just ask questions!
Title: Re: RedemptionDB
Post by: NathanW on April 11, 2020, 01:46:38 AM
Planned Additions:

Home Page:

Cards Page:

Decks Page:

Collections Page:



Suggestions:

Home Page:

Cards Page:

Decks Page:

Collections Page:

Misc:
Title: Re: RedemptionDB
Post by: NathanW on April 11, 2020, 01:47:21 AM
Reserved
Title: Re: RedemptionDB
Post by: Reth on April 11, 2020, 05:02:01 AM
Wow! This is incredible! Awesome! Thanks a lot! Seems that now I can retire my RCM tool since this is so much better!

Short question: How can collections be managed (even after creating an account this option is deactivated in the menu)?
Also settings is deactivated yet and in FireFox I could not find the download possibilty - is it hidden somewhere?
Title: Re: RedemptionDB
Post by: NathanW on April 11, 2020, 07:41:03 AM
Wow! This is incredible! Awesome! Thanks a lot! Seems that now I can retire my RCM tool since this is so much better!

Short question: How can collections be managed (even after creating an account this option is deactivated in the menu)?
Also settings is deactivated yet and in FireFox I could not find the download possibilty - is it hidden somewhere?

I'll update the original post with this information. The only working pages currently are the home page (albeit empty), the cards page, and the decks page.

The specific type of web app is a "progressive web app", often abbreviated pwa. If you google "install pwa on/with/using x", you should find instructions.

E.g.
"Install pwa with chrome",
"Install pwa on Android",
"Install pwa on iOS", Etc.

Edit: looks like Firefox might not handle installing pwa.
Title: Re: RedemptionDB
Post by: EmJayBee83 on April 11, 2020, 08:21:01 AM
Very cool.
Title: Re: RedemptionDB
Post by: thejambi on April 11, 2020, 08:21:07 AM
Yes! The day has come - the ultra-superior spiritual successor to my project has come and I can retire :)

I'll definitely be letting you know what features would make this completely replace my viewer for me. The only things would probably be...

* Being able to link to a search as a way of easily sharing multiple cards at once
* General ease and quickness of how I designed it to work

And other questions/comments...

You probably have a plan, but you could see how I made the Testament Filter in the viewer in my code - https://github.com/thejambi/RedemptionCCGViewer

What's the plan like for adding new cards to this? I can share the process I used for the LoC cards into the viewer and ready for Lackey.. But if you add new cards, will it help get them into Lackey?

Title: Re: RedemptionDB
Post by: NathanW on April 11, 2020, 08:46:01 AM
* Being able to link to a search as a way of easily sharing multiple cards at once
* General ease and quickness of how I designed it to work

I do plan to add the ability to share searches, that is a fairly straightforward feature.
I'd be glad to hear any ideas you have that could help to improve the ease and quickness while using the card search/filter.  :)

You probably have a plan, but you could see how I made the Testament Filter in the viewer in my code - https://github.com/thejambi/RedemptionCCGViewer

Yes, that is very similar to how I plan to implement the Testament filter. I need to fix a few mislabeled books in my database first before that filter would work properly.

What's the plan like for adding new cards to this? I can share the process I used for the LoC cards into the viewer and ready for Lackey.. But if you add new cards, will it help get them into Lackey?

The current plan for adding cards is as follows:
1. download card images.
2. run batch scripts to crop, resize, and convert images.
3. upload images to static hosting.
4. download and copy card data excel sheet.
5. split data (primarily from DACs), and rename data so it's all standardized. (data stored in google sheet)
6. run script compile data and import into actual database.

I could see there being overlap if there are similar steps taken to translate the card data from the spreadsheet, although I have to split the data up more than I imagine you would for Lackey. Images are another area I could see overlapping. I have that step reduced to a few ImageMagick (https://imagemagick.org/index.php) commands.
Title: Re: RedemptionDB
Post by: thejambi on April 11, 2020, 09:09:10 AM
Oh yeah - doing multiple searches at once is something I'd go back to the viewer for.
Title: Re: RedemptionDB
Post by: NathanW on April 11, 2020, 09:42:59 AM
Oh yeah - doing multiple searches at once is something I'd go back to the viewer for.

That will likely be covered by the more fully featured search filter I plan to add.  :)
Title: Re: RedemptionDB
Post by: Gabe on April 11, 2020, 05:07:37 PM
This is a great start to your project, Nathan! I love the ease of browsing. One additional thing you might add to your filter is "card number". That can come in handy if you don't know which card you're missing from a set but you know the number.

I'll try to take the time to evoluate this more thoroughly and provide more feedback soon.
Title: Re: RedemptionDB
Post by: thejambi on April 11, 2020, 05:46:44 PM
Along those lines, also sorting by card number when looking through a set.
Title: Re: RedemptionDB
Post by: NathanW on April 11, 2020, 05:59:47 PM
Along those lines, also sorting by card number when looking through a set.

Yep, better sorting options are definitely on the cards page makeover list.
Title: Re: RedemptionDB
Post by: Reth on April 14, 2020, 02:58:50 PM
Will the universal deck import also contain importing from Lackey exports?
Title: Re: RedemptionDB
Post by: NathanW on April 14, 2020, 09:34:43 PM
Will the universal deck import also contain importing from Lackey exports?

If you're talking about .dek files, yes, that would be fairly straightforward. Also the .txt export, with the quantities and card names.
Title: Re: RedemptionDB
Post by: Reth on April 15, 2020, 08:43:51 AM
Cool! Thx!
Title: Re: RedemptionDB
Post by: landonh5 on April 15, 2020, 09:38:24 AM
Are you planning on developing a way for a player to upload all their cards to the "Collections" section? I currently keep track of all my cards (couple thousand) by logging them on the card list spreadsheet. It would be fantastic to be able to load all of these at once.
Title: Re: RedemptionDB
Post by: NathanW on April 15, 2020, 10:38:15 AM
Are you planning on developing a way for a player to upload all their cards to the "Collections" section? I currently keep track of all my cards (couple thousand) by logging them on the card list spreadsheet. It would be fantastic to be able to load all of these at once.

The goal for importing cards from any source would generally follow these rules:


Basically the goal for universal card importing is to match the contents of a single line as close to a card name as possible and if there's ambiguity present multiple close options, or a simple name filter search so you can find the card yourself. This card importing would be available anywhere you might want to add multiple cards from a source file. Deck page and Collections page being the two main places this feature would see use.

So yes, most likely you would export your card list as a .csv and then just use the quantity/name column.

As I'm mostly in the planning stage for a lot of these features this might end up looking slightly different, but should be fairly close to this outline.
Title: Re: RedemptionDB
Post by: NathanW on April 22, 2020, 09:17:03 PM
Just a reminder that you can post any ideas, however ambitious they might sound. :)
Title: Re: RedemptionDB
Post by: goalieking87 on April 23, 2020, 09:12:12 AM
For collection management, the ability to “move” cards.

The way I see this working is by having a master collection where you can manually add cards to inventory levels.  However, when you are building decks with the cards in your inventory, it automatically reduces your inventory level and increases that card count in your deck level.  There should also be an easy function to wipe out all of the cards in a deck and return them to inventory.

Furthermore, it would be awesome to be able to layer your inventory with sub-levels so that you can separate your collection from cards you are willing to trade or sell.  Perhaps the option for others to only be able to see decks and inventories that you choose to make public.

Include a feature where your inventories will automatically update when you trade someone.  When they are originally marked for trade, it could be updated to “pending” and then after confirmation on each individual end of the trade, that player’s inventories will be updated to reduce the quantity of cards traded and increase the quad received at the click of a button since the program would be able to link the trade between the players.

For updating inventories, having an auto-save feature where it keeps the data as you are inputting would be valuable too.

Thanks for working on this!
Title: Re: RedemptionDB
Post by: Bobbert on April 23, 2020, 02:21:33 PM
I just want to say that this is an incredible resource, and I'm definitely going to be using it in the future. Well done on everything so far - it looks very sleek and I look forward to seeing how it develops.

With that out of the way (and the reassurance that ambitious ideas are welcome), here's what would make this my first and last stop for card info:

On the card search page, as it stands hovering a card shows the name, set, and a copy image link. My idea is for a detail view - my first thought is opening a box on double click, but it could be its own page as well, or whatever works. This view would have important info about the card, akin to what was on the old wiki (https://redemption.fandom.com/wiki/Mayhem_(TP)). It would help particularly with old cards that have difficult-to-read abilities over the text, and possibly even be a resource to help with accessibility to the game for colorblind folks. Much of the basic stuff would be relatively simple, I imagine, as most of it would be simply filled by text that exists anyway for the db search. The tricky part would be Play-As and erratas. Really going the extra mile it could even include a rulings sections, where frequently asked questions can have a definitive place attached to the card so that people don't have to go diving on the boards/discord.

Obviously this is a bit of a big ask (basically integrating the ORCID, and a ton of work manually entering stuff with the last suggestion) but having everything in one place would be sweet.

Also, you have an extra S in "Revelation of John"
Title: Re: RedemptionDB
Post by: NathanW on April 23, 2020, 02:46:46 PM
For collection management, the ability to “move” cards.

The way I see this working is by having a master collection where you can manually add cards to inventory levels.  However, when you are building decks with the cards in your inventory, it automatically reduces your inventory level and increases that card count in your deck level.  There should also be an easy function to wipe out all of the cards in a deck and return them to inventory.

Furthermore, it would be awesome to be able to layer your inventory with sub-levels so that you can separate your collection from cards you are willing to trade or sell.  Perhaps the option for others to only be able to see decks and inventories that you choose to make public.

Include a feature where your inventories will automatically update when you trade someone.  When they are originally marked for trade, it could be updated to “pending” and then after confirmation on each individual end of the trade, that player’s inventories will be updated to reduce the quantity of cards traded and increase the quad received at the click of a button since the program would be able to link the trade between the players.

For updating inventories, having an auto-save feature where it keeps the data as you are inputting would be valuable too.

Thanks for working on this!

One of the main benefits of the framework I decided to go with is this exact sort of app-wide functionality, and I do plan on adding most if not all of the features and functionality you described there. Thanks for writing that out, makes me so happy that others are excited for the potential directions this project could head :D
Title: Re: RedemptionDB
Post by: NathanW on April 23, 2020, 02:54:06 PM
I just want to say that this is an incredible resource, and I'm definitely going to be using it in the future. Well done on everything so far - it looks very sleek and I look forward to seeing how it develops.

With that out of the way (and the reassurance that ambitious ideas are welcome), here's what would make this my first and last stop for card info:

On the card search page, as it stands hovering a card shows the name, set, and a copy image link. My idea is for a detail view - my first thought is opening a box on double click, but it could be its own page as well, or whatever works. This view would have important info about the card, akin to what was on the old wiki (https://redemption.fandom.com/wiki/Mayhem_(TP)). It would help particularly with old cards that have difficult-to-read abilities over the text, and possibly even be a resource to help with accessibility to the game for colorblind folks. Much of the basic stuff would be relatively simple, I imagine, as most of it would be simply filled by text that exists anyway for the db search. The tricky part would be Play-As and erratas. Really going the extra mile it could even include a rulings sections, where frequently asked questions can have a definitive place attached to the card so that people don't have to go diving on the boards/discord.

Obviously this is a bit of a big ask (basically integrating the ORCID, and a ton of work manually entering stuff with the last suggestion) but having everything in one place would be sweet.

Also, you have an extra S in "Revelation of John"

Those are definitely achievable ideas, I'm still trying to figure out which would be better for card info. A separate page, or a hover. I'll probably end up doing a combination of both. And the idea of having discussions attached to cards is a great idea too. When it comes to publicly listed decks, I plan to have the ability for people to comment on those, so commenting on cards wouldn't be much different. (also, for each card I'm planning on making a "submit error" form, so you can submit errors and they can be fixed right away)

And you are right that the info is already there, just need to figure out how to display and present it best.

EDIT: oh, I fixed the Revelation of John typo too.
Title: Re: RedemptionDB
Post by: landonh5 on April 23, 2020, 04:10:54 PM
Another thought. When looking through the cards, I see there is an "add to deck" option. I tested this option out by making 3 "decks", and when I went to add a card, I wasn't given the option of telling it in which deck to put the card. I'm assuming this is a work in progress?
Title: Re: RedemptionDB
Post by: NathanW on April 23, 2020, 04:14:36 PM
Another thought. When looking through the cards, I see there is an "add to deck" option. I tested this option out by making 3 "decks", and when I went to add a card, I wasn't given the option of telling it in which deck to put the card. I'm assuming this is a work in progress?

Currently, the deck you have selected on the decks page is your "active deck" and it places the card in that deck. Making that more clear, as well as showing better what deck you have selected, are things I plan to add.
Title: Re: RedemptionDB
Post by: thecoolguy on April 24, 2020, 10:13:42 AM
Is there a reserve in decks[size=78%]?[/size]


Title: Re: RedemptionDB
Post by: NathanW on April 24, 2020, 11:51:16 AM
Is there a reserve in decks[size=78%]?[/size]

That is currently on the list of todos
Title: Re: RedemptionDB
Post by: thecoolguy on April 24, 2020, 12:17:14 PM
Ok no rush just wanted to make sure I wasn’t blind 😆😆
Title: Re: RedemptionDB
Post by: NathanW on May 05, 2020, 04:49:03 PM
RedemptionDB is now updated with the new LoC UR+ cards, LoC Meek soul, and Daniel's Prayer Seasonal Promo.
Title: Re: RedemptionDB
Post by: Sean on May 12, 2020, 06:59:08 PM
I really like this.  One thing I am thinking would be a nice addition to the card search/filter is the ability to use inclusive and/or exclusive filters.  It would really help when you're wanting to see cards that are more than 1 brigade or are dual alignment. 
Title: Re: RedemptionDB
Post by: NathanW on May 12, 2020, 07:02:53 PM
I really like this.  One thing I am thinking would be a nice addition to the card search/filter is the ability to use inclusive and/or exclusive filters.  It would really help when you're wanting to see cards that are more than 1 brigade or are dual alignment. 

Yes, I totally Agree, I have big plans brewing for a more fully featured filter. In two weeks once school is over that's likely the one of the first things that will be worked on.

EDIT: If you have any more detailed ideas too I'd love to hear them. :)
Title: Re: RedemptionDB
Post by: Sean on May 12, 2020, 08:15:14 PM
Not sure if this would be too big of an undertaking but you could also add a function that allows you to look at potential targets for a card's special ability.  For example: Hero says something like, "May use any good enhancement related to music regardless of brigade." the function would then show you all of the enhancements that are related to music.  Kind of a combo finder.
Title: Re: RedemptionDB
Post by: NathanW on May 12, 2020, 10:19:49 PM
Not sure if this would be too big of an undertaking but you could also add a function that allows you to look at potential targets for a card's special ability.  For example: Hero says something like, "May use any good enhancement related to music regardless of brigade." the function would then show you all of the enhancements that are related to music.  Kind of a combo finder.

Interesting idea, that gets into a bit more complex word and phrase recognition. That would be fairly straightforward for newer cards, and would definitely be harder for older cards. I could see something like that working but it would probably be further down on the list.
Title: Re: RedemptionDB
Post by: Sean on May 18, 2020, 06:01:44 PM
The ability to flip the double sided cards within the card finder would be very helpful.  Although, my upside down reading skills are becoming more and more proficient by the day.
Title: Re: RedemptionDB
Post by: CactusRob on May 19, 2020, 01:37:35 PM
Nathan,

Thank you for this work.  It's great.  The project is far enough along that I felt it was time to add an official link to the resources page on the Cactus website.  It replaces the link for the Redemption Card Visualizer.

Blessings,
Rob Anderson
Title: Re: RedemptionDB
Post by: NathanW on May 19, 2020, 02:01:47 PM
Nathan,

Thank you for this work.  It's great.  The project is far enough along that I felt it was time to add an official link to the resources page on the Cactus website.  It replaces the link for the Redemption Card Visualizer.

Blessings,
Rob Anderson

Thanks Rob, I'm sure more people will find this resource as a result. I look forward to improving the website and adding features and functionality that benefits the Redemption community.  ;D
Title: Re: RedemptionDB
Post by: thejambi on May 19, 2020, 02:30:05 PM
Not sure if this would be too big of an undertaking but you could also add a function that allows you to look at potential targets for a card's special ability.  For example: Hero says something like, "May use any good enhancement related to music regardless of brigade." the function would then show you all of the enhancements that are related to music.  Kind of a combo finder.

Interesting idea, that gets into a bit more complex word and phrase recognition. That would be fairly straightforward for newer cards, and would definitely be harder for older cards. I could see something like that working but it would probably be further down on the list.
Just being able to search separately for "involves music" cards, or "male", etc for all kinds of identifiers from ORCID or whichever has that, that would be the dream :)
Title: Re: RedemptionDB
Post by: NathanW on May 19, 2020, 02:39:22 PM
Not sure if this would be too big of an undertaking but you could also add a function that allows you to look at potential targets for a card's special ability.  For example: Hero says something like, "May use any good enhancement related to music regardless of brigade." the function would then show you all of the enhancements that are related to music.  Kind of a combo finder.

Interesting idea, that gets into a bit more complex word and phrase recognition. That would be fairly straightforward for newer cards, and would definitely be harder for older cards. I could see something like that working but it would probably be further down on the list.
Just being able to search separately for "involves music" cards, or "male", etc for all kinds of identifiers from ORCID or whichever has that, that would be the dream :)

Integrating ORCID data is something I've been looking at figuring out. The only real challenge is getting the data from the current ORCID pdf. It involves some figuring out which identifiers apply to which card, specifically which version of some cards. There's some non-standardized things in the ORCID that are a bit difficult to process automatically. If/when I do figure out how to get all of that to work (input welcomed). The default identifier filter would include that data by default and there would be a separate "printed identifier" search filter. It's been awhile since I looked at the ORCID, so how the data is organized could have changed. I'm not sure, but there might be a spreadsheet with that data? That would be very helpful.

Edit: ORDIR? Will have to look at all of that again in the next few weeks.
Title: Re: RedemptionDB
Post by: Reth on August 17, 2020, 07:44:14 AM
Just one finding: Seth, Son of Adam has wrong image...
And Solomon's Dream cannot be searched for with this string. It is only listed until the ' is entered.
Title: Re: RedemptionDB
Post by: NathanW on August 17, 2020, 03:21:00 PM
Just one finding: Seth, Son of Adam has wrong image...
And Solomon's Dream cannot be searched for with this string. It is only listed until the ' is entered.

Both Fixed. If you're using Chrome, do ctrl + shift + delete and clear "Cached images and files".

EDIT: still fixing solomon's dream*

EDIT 2: Ok, now it's all fixed :D
Title: Re: RedemptionDB
Post by: Reth on August 17, 2020, 04:10:54 PM
Thank you! I am on Firefox here BTW.
Title: Re: RedemptionDB
Post by: TheJaylor on September 21, 2020, 07:57:03 PM
Noticed the other day that the images for Out of Egypt and Outpouring are swapped.
Title: Re: RedemptionDB
Post by: NathanW on September 23, 2020, 12:18:59 PM
Noticed the other day that the images for Out of Egypt and Outpouring are swapped.

Fixed
Title: Re: RedemptionDB
Post by: Krenko on October 16, 2020, 12:37:27 PM
thank you for creating this!  Its an immense service to the game.

This is a sort of thing I take for granted coming from other card games that have robust card DBs. I know this is a ton of work, and it is much appreciated! It has been super helpful to me as I am acclimating to the game, reading discussions here, etc!

Title: Re: RedemptionDB
Post by: Reth on November 15, 2020, 02:17:26 AM
Maybe I missed it but can a filter also be set up using wildcards resp. place holders?
Title: Re: RedemptionDB
Post by: NathanW on November 15, 2020, 02:40:16 AM
Maybe I missed it but can a filter also be set up using wildcards resp. place holders?

At the moment that really isn't possible, in the future I do plan do upgrade the search filter extensively to allow for much better filtering
Title: Re: RedemptionDB
Post by: Reth on November 15, 2020, 09:36:18 AM
At the moment that really isn't possible, in the future I do plan do upgrade the search filter extensively to allow for much better filtering
:thumbup:
Title: Re: RedemptionDB
Post by: Reth on November 21, 2020, 05:29:17 AM
Sry if I missed that but can Lackey files already be imported?
Title: Re: RedemptionDB
Post by: goalieking87 on November 21, 2020, 04:16:25 PM
I recommend changing the color of the black/white toggle on the upper right as well as the wording (specifically that states where the search function is when you click on "cards" in the menu)  The default to black background makes it harder to locate.
Title: Re: RedemptionDB
Post by: Reth on May 17, 2021, 04:56:25 AM
Is there any way to filter for Star cards?
Title: Re: RedemptionDB
Post by: NathanW on May 22, 2021, 09:56:19 PM
Is there any way to filter for Star cards?

There is now :D
Title: Re: RedemptionDB
Post by: Reth on May 23, 2021, 08:49:22 AM
 :D :thumbup:
Title: Re: RedemptionDB
Post by: Hazok on June 15, 2021, 04:00:38 AM
Hello,

I have noticed that the card images are no longer loading for me on Redemption DB. Upon copying a particular link and attempting to enter an individual card I am getting an information from the network provider, that the access has been blocked due to certificate expiration.

Would it be possible to check that?

Thanks in advance!
Title: Re: RedemptionDB
Post by: Hazok on June 16, 2021, 01:16:28 PM
Ok, it works now. It may have been an error on my network providers side.

BR and God bless!
Title: Re: RedemptionDB
Post by: Reth on June 19, 2021, 02:21:17 PM
Could there also a filter by card number be added?
Title: Re: RedemptionDB
Post by: NathanW on June 23, 2021, 02:00:43 PM
Could there also a filter by card number be added?

Added
Title: Re: RedemptionDB
Post by: Reth on June 23, 2021, 02:06:27 PM
 :thumbup: Great!
Title: Re: RedemptionDB
Post by: Troop4Christ on August 24, 2021, 02:37:54 PM
Any chance you might open up a public CRUD/REST API to this?
Title: Re: RedemptionDB
Post by: NathanW on August 25, 2021, 04:37:09 PM
Any chance you might open up a public CRUD/REST API to this?

Thanks for bringing that up! I do plan to actually, not under the RedemptionDB.web.app however.

See this discord discussion for details:

https://discord.com/channels/548891400398176259/548891400398176263/880093417143664730 (https://discord.com/channels/548891400398176259/548891400398176263/880093417143664730)

Otherwise, here is the relevant content:

Quote
CtheTree — Yesterday at 3:12 PM
@NathanW (RedemptionDB.web.app) Is RedemptionDB still in active development? I believe the advent of Redemption on Untap.in may be a reliable replacement to Lackey if decks built on RedemptionDB can be imported into Untap.in. As is the case with TTS, Untap.in does not have the search or deck building features of Lackey.

Quote
NathanW (RedemptionDB.web.app) — Today at 9:17 AM
I am working on a successor to RedemptionDB.web.app at the moment. As a result of my various endeavors as an aspiring software engineer I've been learning a whole ton while working on various projects and believe I can make a tool that combines a hub for accessing tools, resources, etc, an API for people to access up to date card information for their own projects, and a database for people to share decks and combos and such similar things. (some examples of tools and utilities would be a decklist print-off, and exporting to various platforms like Untap.in, lackey, etc.)

Updating TTS is more time intensive as I made that plugin in not the most sustainable way, but I would love to revisit that at some point as well.
so yes, something is definitely still in active development, but I believe I've finally landed on a solution that works well for long term maintainability on my part :smile: (and I am familiar with many more proper solutions to industry standard problems instead of the semi-janky stuff I did before)


Title: Re: RedemptionDB
Post by: Reth on February 03, 2022, 05:57:00 AM
Another proposal/request: Would be great if cards could be filtered for the respectivly Rotation format. Do you think such kind of thing would be possible?
Title: Re: RedemptionDB
Post by: NathanW on February 05, 2022, 11:17:52 PM
Another proposal/request: Would be great if cards could be filtered for the respectivly Rotation format. Do you think such kind of thing would be possible?

Yes, that is something I'm seeking to address with the next iteration of redemptiondb. I'm currently very bogged down with school and work, but I have not forgotten or abandoned this project 😁
Title: Re: RedemptionDB
Post by: Reth on February 06, 2022, 11:34:20 AM
Cool! Looking forward to it!  :D :thumbup:
Title: Re: RedemptionDB
Post by: h20tor on May 02, 2022, 10:22:10 AM
Will this be getting updated with GoC? I will gladly offer my help to get it updated, this has been a huge resource to me as I've been getting back into the game.
SimplePortal 2.3.3 © 2008-2010, SimplePortal