Jump to content

Maze

Web Developer
  • Posts

    162
  • Joined

  • Last visited

Reputation Activity

  1. Metagross31 liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    Thanks. 🙂
    It wouldn't be right to receive money for working on a website that relies on a project where none of the people working on it receive any kind of monetary compensation for it. This is also why I don't add any adds to the page, well this and I don't want to cause any problems that could jeopardize the project as a whole. I also don't really rely on additional financial income and view the smj website as a really fun project to put my time into, get creative and hone my skills with, but not that I would have to tell you about dedication to the project. 😁
  2. Maze liked a post in a topic by Mynoduesp in Skylords Marketplace Journal (SMJ)   
    Damn @Maze your site came far... 🤯
    All I'm missing is the buymeacoffee link. ;D
  3. Metagross31 liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - updated creator to not scroll to the top, when the reset everything button is clicked
    - updated official card ids code to now be a comma separated list of official card ids, but now enclosed in square brackets, to be parsable in-game. (official ids without the brackets are still parsable on the website) this also solves the previous edge case of decoding one card as an official id, with "[1640]" == "1640," and "1640," != "1640"
    - updated deck page deck code type visuals to indicate whether or not they are parsable in-game and added click to copy functionality to the text output fields
  4. Metagross31 liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - updated average reforging returns on the main table page to be the average value of the card gained from reforging 4 of the card minus 4 times the 1W median price of the card, since current prices fluctuate more than median prices
    - updated random deck generator open and close animation
    - added the 4 new upcoming cards with basic info from the anniversery stream. they are marked as "not released yet" to prevent confusion
  5. Metagross31 liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - updated random deck generator's orb order input to be separate from orb order output, so that the input doesn't change when no specific orb color is chosen for the respective tier
    - added average reforging returns to the main table page including the option to sort by it. The displayed value is the average value of the card gained from reforging 4 of the card minus 4 times the current price of the card
  6. Kapo liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - updated random deck generator's orb order input to be separate from orb order output, so that the input doesn't change when no specific orb color is chosen for the respective tier
    - added average reforging returns to the main table page including the option to sort by it. The displayed value is the average value of the card gained from reforging 4 of the card minus 4 times the current price of the card
  7. Metagross31 liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - fixed some minor issues related the the random deck generator
    - added Type Tier Split option to the random deck generator, with which it is possible to choose how many cards of a given type and tier there should be in the randomly generated deck (1 t1 ground unit of the t1 orb color is still hard set, so that the genearated decks are are actually playable)
  8. Metagross31 liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - fixed heatmap category axis and last row
    - added random deck generator to the deck page (can be opened with an expand button next to the "ADD" butto at the top) with the following adjustment features (more options will follow):
       - No Duplicate Cards (like promo versions and different affinities), which is active by default
       - No Neutral Cards
       - Select Orb Order by yourself (any non colored orb will be randomly switched to a colored orb)
    There are currently also the following hard set card selection filters:
       - at least 1 t1 ground unit of the t1 orb color
  9. Volin liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - fixed heatmap category axis and last row
    - added random deck generator to the deck page (can be opened with an expand button next to the "ADD" butto at the top) with the following adjustment features (more options will follow):
       - No Duplicate Cards (like promo versions and different affinities), which is active by default
       - No Neutral Cards
       - Select Orb Order by yourself (any non colored orb will be randomly switched to a colored orb)
    There are currently also the following hard set card selection filters:
       - at least 1 t1 ground unit of the t1 orb color
  10. Metagross31 liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - fixed drag and drop sorting functionality of cards and main page sorters when using the website on a mobile device
    - added information button to the header to show a tooltip with info on:
       - when new price data is available from the official api
       - when current and short term prices were last updated
       - when notable prices (recent/median/mean/min/max) were last updated
       - what the discord server provides
  11. Kapo liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - fixed drag and drop sorting functionality of cards and main page sorters when using the website on a mobile device
    - added information button to the header to show a tooltip with info on:
       - when new price data is available from the official api
       - when current and short term prices were last updated
       - when notable prices (recent/median/mean/min/max) were last updated
       - what the discord server provides
  12. Kapo liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - fixed creator reset everything button issue, where you needed to press the button twice to cause a full reset
    - fixed heatmap weeks sorting
     
    - added "Show Empty Weeks" checkbox to the heatmaps to show weeks with missing data for each day of the week, since the default was set to not showing them
    - added available previous data in long term format, with data from the release and from the introduction of the reforging system with the 1 year anniversery
     
    -  updated maximum number of weeks to look back on for the sums displayed on the Totals Views of Main and Deck Page, due to data sizes
    - updated long term database and schema, with additional data information (available only on the "Daily Mixed-Chart" of any card for now):
       - Open/Close Time, for info on when a day's open and close prices were recorded
       - Data Quality, for info on how accurate the prices are, with 5 different quality stages, ordered by severity:
          - 0: Complete (at least 1 data point every 15 minutes)
          - 1: Sufficient (at least 1 data point every 30 minutes)
          - 2: Duplicates (possibly more than 1 data point recorded for an api update cycle, still needs fine tuning as there seem to be quite a few false possitives)
          - 3: Missing (no data point for more than 30 minutes)
          - 4: Damaged (less than 12 data points in a day, or multiple missing datapoints in a short time frame)
       - Data Correction, for info on wether or not the data was corrected to remove potential troll prices (not yet fine tuned and it may cause missing data or inaccurate prices for some cards on certain days. Example: Amii Monument between January 2021 and June 2021)
     
    Data Quality and Data Correction parameters will be adjusted again and Long Term Data will be updated at a later date.
  13. Metagross31 liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - fixed creator reset everything button issue, where you needed to press the button twice to cause a full reset
    - fixed heatmap weeks sorting
     
    - added "Show Empty Weeks" checkbox to the heatmaps to show weeks with missing data for each day of the week, since the default was set to not showing them
    - added available previous data in long term format, with data from the release and from the introduction of the reforging system with the 1 year anniversery
     
    -  updated maximum number of weeks to look back on for the sums displayed on the Totals Views of Main and Deck Page, due to data sizes
    - updated long term database and schema, with additional data information (available only on the "Daily Mixed-Chart" of any card for now):
       - Open/Close Time, for info on when a day's open and close prices were recorded
       - Data Quality, for info on how accurate the prices are, with 5 different quality stages, ordered by severity:
          - 0: Complete (at least 1 data point every 15 minutes)
          - 1: Sufficient (at least 1 data point every 30 minutes)
          - 2: Duplicates (possibly more than 1 data point recorded for an api update cycle, still needs fine tuning as there seem to be quite a few false possitives)
          - 3: Missing (no data point for more than 30 minutes)
          - 4: Damaged (less than 12 data points in a day, or multiple missing datapoints in a short time frame)
       - Data Correction, for info on wether or not the data was corrected to remove potential troll prices (not yet fine tuned and it may cause missing data or inaccurate prices for some cards on certain days. Example: Amii Monument between January 2021 and June 2021)
     
    Data Quality and Data Correction parameters will be adjusted again and Long Term Data will be updated at a later date.
  14. Kapo liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - fixed a creator issue where the personal artwork would reset every time a modifier was changed if no card preset was previously selected
    - fixed a creator issue where it was not possible to reselect the same personal artwork again if it was the last selected artwork
    - updated creator "Download Image" button positioning to be above the image to prevent missclicking it instead of the "Upload Artwork" button
  15. Metagross31 liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - fixed a creator issue where the personal artwork would reset every time a modifier was changed if no card preset was previously selected
    - fixed a creator issue where it was not possible to reselect the same personal artwork again if it was the last selected artwork
    - updated creator "Download Image" button positioning to be above the image to prevent missclicking it instead of the "Upload Artwork" button
  16. Kapo liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - added "Download Image" button to the creator
    - added image scaling UI component to the creator, to allow for downloading scaled images from 0.5x to 10x size
    (this may be useful if you upload a higher quality artwork, but keep in mind that the images may end up pixelated if enlarged and the scaling doesn't seem to appy to text shadow correctly)
    - added creator url parameter input validation
     
    - fixed creator issue where setting card preset, uploading own image and then changing any modifier would revert the artwork to the previously set card preset artwork
    - fixed creator issue where resetting everything didn't reset the artwork
    - fixed creator issue where setting orbs and most of the text inputs wouldn't change the color to "Neutral", if is was previously set on "None"
    - fixed lists issue where the displayed lists/decks wouldn't change if a new list was added or changed
    - fixed short term charts buttons positioning
  17. Metagross31 liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - added "Download Image" button to the creator
    - added image scaling UI component to the creator, to allow for downloading scaled images from 0.5x to 10x size
    (this may be useful if you upload a higher quality artwork, but keep in mind that the images may end up pixelated if enlarged and the scaling doesn't seem to appy to text shadow correctly)
    - added creator url parameter input validation
     
    - fixed creator issue where setting card preset, uploading own image and then changing any modifier would revert the artwork to the previously set card preset artwork
    - fixed creator issue where resetting everything didn't reset the artwork
    - fixed creator issue where setting orbs and most of the text inputs wouldn't change the color to "Neutral", if is was previously set on "None"
    - fixed lists issue where the displayed lists/decks wouldn't change if a new list was added or changed
    - fixed short term charts buttons positioning
  18. Mynoduesp liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - fixed creator automatic color change when "None" is the active color and any modifiers are changed (except the 2 checkboxes and color filters) will automatically change color to "Neutral"
    - fixed personal max input of the heatmaps, which wouldn't reset, when changing cards
    - added new api route to generate deck images on the server for embedding them in the forum, discord and other things (correct font and symbol color is not applied, just like the other server generated images, as I still haven't figured out how to fix this)
    Any deck code type works, the code can contain more than 20 cards, but the image will only render the first 20. the cards will be displayed as fully upgraded and there are 3 optional modifiers:
      - "columns" to adjust number of card columns (standard max: columns=10)
      - "upgrade" to adjust the upgrade level (standard: upgrade=3)
      - "charges" to adjust the number of charge (standard: charges=3)
      - "scale" to adjust the size, with the maximum scale being 0.6 which is also the standard value, since there are problems with my server if the exposed image exceeds 4MB in size
      - I can very easily add the same url parameters supported by https://smj.cards/image if needed
    Example: https://smj.cards/api/images/deck/MiEwEkI8E (schema https://smj.cards/api/images/deck/[code]?columns=10&upgrade=2&charges=1)
    Just pasting the link into the forum message automatically imports the image, so you don't need to manually generate a deck image with https://smj.cards/image , download it and then post it. 🙂 (but keep in mind that the correct fonts and symbol colors aren't applied this way)
     

    (this image was automatically imported just from pasting the image link here)
     
  19. Maze liked a post in a topic by Kapo in Skylords Marketplace Journal (SMJ)   
    Wowsies 👀
  20. Kapo liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - fixed creator automatic color change when "None" is the active color and any modifiers are changed (except the 2 checkboxes and color filters) will automatically change color to "Neutral"
    - fixed personal max input of the heatmaps, which wouldn't reset, when changing cards
    - added new api route to generate deck images on the server for embedding them in the forum, discord and other things (correct font and symbol color is not applied, just like the other server generated images, as I still haven't figured out how to fix this)
    Any deck code type works, the code can contain more than 20 cards, but the image will only render the first 20. the cards will be displayed as fully upgraded and there are 3 optional modifiers:
      - "columns" to adjust number of card columns (standard max: columns=10)
      - "upgrade" to adjust the upgrade level (standard: upgrade=3)
      - "charges" to adjust the number of charge (standard: charges=3)
      - "scale" to adjust the size, with the maximum scale being 0.6 which is also the standard value, since there are problems with my server if the exposed image exceeds 4MB in size
      - I can very easily add the same url parameters supported by https://smj.cards/image if needed
    Example: https://smj.cards/api/images/deck/MiEwEkI8E (schema https://smj.cards/api/images/deck/[code]?columns=10&upgrade=2&charges=1)
    Just pasting the link into the forum message automatically imports the image, so you don't need to manually generate a deck image with https://smj.cards/image , download it and then post it. 🙂 (but keep in mind that the correct fonts and symbol colors aren't applied this way)
     

    (this image was automatically imported just from pasting the image link here)
     
  21. Metagross31 liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - changed heatmap number of steps from 6 to 7 and colors to be a gradient from green to red
    - added long term weekday heatmap to the card pages,
    - added "Missing Data" group to the heatmaps to not cause sivual bugs, if there are no values available for a given day
    - fixed creator card preset functionality
    - added ability to set personal max to heatmaps, to not lose usability when there are some outliers. values exceeding the personally set maximum will be grouped under "Excess"
    - updated charts display so that they hopefully aren't squashed to unreadable on mobile anymore
    - added unrestricted positioning functionality to the creator, which prevents orbs and abilities from being pushed together to not have gaps on the image and prevent correct orb order from being applied
  22. Metagross31 liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - fixed creator automatic color change when "None" is the active color and any modifiers are changed (except the 2 checkboxes and color filters) will automatically change color to "Neutral"
    - fixed personal max input of the heatmaps, which wouldn't reset, when changing cards
    - added new api route to generate deck images on the server for embedding them in the forum, discord and other things (correct font and symbol color is not applied, just like the other server generated images, as I still haven't figured out how to fix this)
    Any deck code type works, the code can contain more than 20 cards, but the image will only render the first 20. the cards will be displayed as fully upgraded and there are 3 optional modifiers:
      - "columns" to adjust number of card columns (standard max: columns=10)
      - "upgrade" to adjust the upgrade level (standard: upgrade=3)
      - "charges" to adjust the number of charge (standard: charges=3)
      - "scale" to adjust the size, with the maximum scale being 0.6 which is also the standard value, since there are problems with my server if the exposed image exceeds 4MB in size
      - I can very easily add the same url parameters supported by https://smj.cards/image if needed
    Example: https://smj.cards/api/images/deck/MiEwEkI8E (schema https://smj.cards/api/images/deck/[code]?columns=10&upgrade=2&charges=1)
    Just pasting the link into the forum message automatically imports the image, so you don't need to manually generate a deck image with https://smj.cards/image , download it and then post it. 🙂 (but keep in mind that the correct fonts and symbol colors aren't applied this way)
     

    (this image was automatically imported just from pasting the image link here)
     
  23. Metagross31 liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - added deck code input to the deck page, to make creating shareable deck links from ingame deck codes more convenient, once they are available
    - added long term weekday heatmap to the totals views of the deck and main page
    - fixed some visual issues with the card creator
  24. Metagross31 liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - total views of the deck and the main page now show sums of daily median prices
    if there is no median available for the card on that day, the 1 week median is used. this is a temporary solution until ich change it to the last known daily median in the next update, as well as adding some price heatmaps.
    - creator page now adjusts the url and inputs can be changed through the url parameters
    this means that creation presets can be shared, everything except the personal artwork upload is applied when opening a preset link. there is one parameter which doesn't have a ui component, which is "cardArtwork" it is set with the card preset and persists even if you change modifiers that aren't your own artwork upload.
    there aren't many input checks set up yet for the url inputs so changing values to something that isn't supported may cause some visual inconsistencies with the image.
  25. Kapo liked a post in a topic by Maze in Skylords Marketplace Journal (SMJ)   
    update:
    - total views of the deck and the main page now show sums of daily median prices
    if there is no median available for the card on that day, the 1 week median is used. this is a temporary solution until ich change it to the last known daily median in the next update, as well as adding some price heatmaps.
    - creator page now adjusts the url and inputs can be changed through the url parameters
    this means that creation presets can be shared, everything except the personal artwork upload is applied when opening a preset link. there is one parameter which doesn't have a ui component, which is "cardArtwork" it is set with the card preset and persists even if you change modifiers that aren't your own artwork upload.
    there aren't many input checks set up yet for the url inputs so changing values to something that isn't supported may cause some visual inconsistencies with the image.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use