GW2Raidar / gw2raidar

A log parsing website for Guild Wars 2 combat logs
http://www.gw2raidar.com
GNU General Public License v3.0
20 stars 14 forks source link

Enable dps.report import #355

Open Lego6245 opened 4 years ago

Lego6245 commented 4 years ago

Dependent on #354

We would like to enable users who currently upload to dps.report, or have switched to dps.report as their storage method of choice, to keep track of their logs inside of Raidar.

This will require multiple seperate steps: 1) Provide a flow that allows a user to paste in a single or multiple dps.report links 2) Check each link for uniqueness, then for json existance, then for success. 3) Fetch each json blob and pipe it through #354 into the database. 4) Link back each log file to each user we detect participating in the logs. 5) Provide treatment to logs uploaded in this way to designate that they were sourced from dps.report, ideally with a method to get back at the link.

This issue may be sub-ticketed.