{% extends "base.html" %} {% block title %}EDH ELO - About{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
This app is a score-tracker for an EDH/Commander group. Initial motivation was to provide Elo scoring for the decks, but other planned functionality includes:
(This is only listing user-facing functionality - there are also plenty of technical or QA considerations that I'd like to add! See the GitHub Repo for more details)
As you can probably tell, this app is currently in a "pre-alpha" state, with minimal functionality and cosmetic considerations so as to just get something in front of users.
HUGE thanks to my friend Patrick for getting a jump-start on data-tracking, so that 1. I had some data to work with, and 2. I had inspiration to keep working on this project.
{% endblock %}