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

Move database code to frontend #87

Open
4 of 6 tasks
Tillerino opened this issue Aug 19, 2016 · 1 comment
Open
4 of 6 tasks

Move database code to frontend #87

Tillerino opened this issue Aug 19, 2016 · 1 comment
Assignees

Comments

@Tillerino
Copy link
Owner

Tillerino commented Aug 19, 2016

Move as much of the persistence code as possible from the "backend" to the Tillerinobot "frontent" project. This should slim down the "Backend" classes in both the ppaddict and Tillerinobot frontend. It won't be possible to move everything, but a large part. Since I'll be using spring data repositories for the moved classes, this will take some time.

  • UserNameMapping - IRC name to user id mapping
  • GivenRecommendation - Recommendations history
  • BotUserData - Holds the content of UserData.
  • BotUser - Saves the last visited version by IRC name (meh). Should probably be merged with BotUserData while we're at it.
  • ActualBeatmap - Saves the actual beatmap files as opposed to the meta data
  • ...
@Tillerino Tillerino self-assigned this Aug 19, 2016
@Tillerino
Copy link
Owner Author

UserNameMapping done in 03718fd

Tillerino added a commit to Tillerino/ppaddict that referenced this issue Aug 19, 2016
EntityManagerFilter creates a thread-local EntityManager for every
servlet request.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant