magefree / magefree/mage

Need server side draft logs for each player

Open
#12,977 0 comments 1 reaction 1 assignee Claimed by @JayDi85 View on GitHub
enhancement
Dominant language
Java
Stars
2.4k
Forks
940
Avg merge
2d 12h
Merged PRs (30d)
160

Description

Current draft logs writes on client side for each pick. It can be broken on connection problems (if server do an auto-pick on timeout then client can lost it due bad connection).

So server side draft logs can be help with it. Also it will help to implement data download feature. Part of data store rework.

Possible solution:
- write client side picks as current;
- finalize it on finished draft (rewrite by server side data);
- add button to download and save deck file and draft history from tourney window;

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.