Coder Social home page Coder Social logo

exportpwp's Introduction

Hello !

exportpwp's People

Contributors

giventofly avatar liberforce avatar zendamacf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

rykerwilliams

exportpwp's Issues

Suppress redundant output in fields

Field names are repeated in the output. For example, "Format : Sealed" could be just "Sealed". You just have to split around the : and trim heading space of the result.

Invalid Markdown syntax in Step 1

The link in Step one is to laneswalkerPoints/History. To fix this, it needs to have the URL inside the round brackets, e.g.

[https://www.wizards.com/Magic/PlaneswalkerPoints/History](https://www.wizards.com/Magic/PlaneswalkerPoints/History)

Csv header incorrect, Not expanding multiple opponents.

Hi there, thanks for putting this together and posting it. I have 2 pieces of feedback
The current header has 2 "store" entries. The second "store" and "place" also don't make sense given their columns. I think the first line of the script should be:

let content = '"date","description","store","points","pro points","multiplier","total event players","format","location","place","round number","result","opponent"\r\n';

I also wonder if there's a way to get the script to expand multiple opponents (from 2hg, team events, etc.). I'm relatively new to html, so don't have any suggestions as to how to do it other than that the structure appears to be:

<div class="MatchOpponentTeamExpand">
  <a href="javascript:void(0);" onclick="return DisplayTeamOpponents(this);" class="ExpandSmall"></a>
  <div class="MatchOpponentTeamLabel">
    Multiple Opponents
  </div>
</div>

Which then appears to fill in the following:

<div class="MatchOpponentTeam" style="display: block;">
  <div class="TeamOpponent">Player1</div>
  <div class="TeamOpponent">Player2</div>
  <div class="TeamOpponent">Player3</div>
</div>

Clarify README

Writing the rationale behind the projects helps clarify the cause and intent.
Putting the code that may vary separately will ease modification and diff.
Using ISO date formating will make see the changes easier for an international public.

See #7

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.