drbenschmidt / dirtleague-discgolf

Disc golf web app for managing players, tournaments, and seasons.
MIT License
4 stars 0 forks source link

Upoading udisc CSV with no user's Fails #39

Closed actionjakson88 closed 3 years ago

actionjakson88 commented 3 years ago

Dirt League,

Are we able to upload a CSV without user's specified. And have it to a local lookup on the user data base for the users and input the data?

<3

drbenschmidt commented 3 years ago

I'm not sure I understand what a CSV without users specified means. Are you talking about having a card without any players on it and having the uploaded CSV populate that data? If so, probably not since there isn't enough data in just the CSV's name column.

actionjakson88 commented 3 years ago

No, if I don't specify the player within the website and just upload a card. It doesn't automatically fit it to the alias's built to the website.

On Wed, May 19, 2021 at 12:44 PM drbenschmidt @.***> wrote:

I'm not sure I understand what a CSV without users specified means. Are you talking about having a card without any players on it and having the uploaded CSV populate that data? If so, probably not since there isn't enough data in just the CSV's name column.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/drbenschmidt/dirtleague-discgolf/issues/39#issuecomment-844327608, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATOB4Z276EBQVHCZFTGFB63TOP2JBANCNFSM447SLF3Q .

drbenschmidt commented 3 years ago

Oh! Ok, you're not authenticated and that action in the system requires authentication. I'll make sure that it's properly gated in the UI.