-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
backendbackend developers issuebackend developers issueenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Intro
I made this PR:
hasadna/open-bus-backend#2
to let peoples submit complaints using an API.
My implementation is very naive and straightforward - I open an actual browser and submit the request 😆

I assumed we have no resources problem, so quick and dirty approach would be a great way to achieve what we want. @OriHoch said (and he's right) that's it's very resource intensive, and maybe even a little risky.
Task:
go here
see that they have an "import" button

I suspect that we can make a POST request directly to their servers. They don't use CAPTCHA 🤦 ...
Let us know what's your thoughts about it in the comments
Metadata
Metadata
Assignees
Labels
backendbackend developers issuebackend developers issueenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers