Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Highscore/Rating functionality #5

Open
PhilippvK opened this issue Mar 18, 2020 · 6 comments
Open

Enable Highscore/Rating functionality #5

PhilippvK opened this issue Mar 18, 2020 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@PhilippvK
Copy link
Owner

PhilippvK commented Mar 18, 2020

This would require a database connection and a working login mechanism. See #1

@eYeWoRRy
Copy link

Isn't there a database connection to heroku? Or did I read the code wrong 🤭

@PhilippvK
Copy link
Owner Author

I will give reverse engineering the original database structure a try but I can not guarantee anything.

@eYeWoRRy
Copy link

No big need for this I guess.... Very low prio

@PhilippvK
Copy link
Owner Author

Isn't there a database connection to heroku? Or did I read the code wrong 🤭

Oh... I actually realized that the heroku DB is actually still alive and the credentials do work. GG.

@eYeWoRRy
Copy link

I guess the voting is still collected in the heroku db.

@PhilippvK
Copy link
Owner Author

No it isn’t.

  1. everything db related is commented out by me
  2. it did not work anymore as the versions of the package used for the MongoDB communication and the Datastore are too old to work with modern MongoDB servers.
  3. If fixed this locally, which means that I could pull the tracks and ratings from the database, but I am unsure how I will implement it in the end.
  4. Also the credentials in the code definitely have to be removed. Fortunately the user database only contains ~10 entries (mostly test accounts)

@PhilippvK PhilippvK added the enhancement New feature or request label May 15, 2020
@PhilippvK PhilippvK self-assigned this May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants