Giter VIP home page Giter VIP logo

galtrace's Introduction

GalTrace

build status

This project is used to trace my interested galgames. It records each game's release date, and my playing status.

This is a Django project and currently hosting on Heroku.

Dependencies

Special Commands

Upload Private Settings

Avaliable in galtrace.settings.development

Precondition: galtrace/settings/secret.json exists. For more information, please see Notes.

python manage.py gt_push

Test

Avaliable in galtrace.settings.development

python manage.py gt_test

Notes

I use Google API to send emails on Heroku. Please create an installed application client ID, then set GOOGLE_API_CLIENT_ID and GOOGLE_API_CLIENT_SECRET in galtrace/settings/secret.json respectively. Follow oauth2.py example to gain a refresh token, and save the token as EMAIL_HOST_PASSWORD.

This project doesn't provide registering right now.

Development configuration will read galtrace/settings/secret.json, which is encrypted by my private gpg key. You must create your own one.

galtrace's People

Contributors

legnaleurc avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

manuel4131

galtrace's Issues

More elegant design for searching and sorting

If you insert an order which is exists in the database, it will delete the old one, insert new one, even though it could be updated and /safe.cgi do support this operation.

The problem is, DOM operations should be independent from AJAX operations.

Furthermore, the current sorting keys are date and title. This is not good, if date or title changed, the binary search will not work.
Better to find a elegant design to sperate data from how they displayed.

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.