p2sr / portal2-cm-boards-v2

A from-scratch rewrite of the Portal 2 Challenge mode Leaderboards using Rust (actix.rs) and JS (React).
https://danielbatesj.github.io/Portal2-Boards-Rust-API-Docs/docs/target/doc/doc/server/index.html
Apache License 2.0
3 stars 6 forks source link

Handle Coop uploads #23

Open DanielBatesJ opened 2 years ago

DanielBatesJ commented 2 years ago

We need to ask ourselves a few questions.

If the times are pulled from Steam, it's relatively trivial and the synchronization is already implemented. We have another Issue that discusses the scripting.

The main question is how to handle submissions/auto-submit. We need some sort of indicator/synchronization method to ensure that times get bundled together. With autosubmit, do we need to add another field to ID other auto submitted times? Can SAR sync two user's autosubmissions?