Farseen
Farseen
See this too https://github.com/itsfarseen/breathe-india/issues/3
Yes we are working on it. It would be super helpful if you can share in your college and get people to sign up.
``` available at breathe-india.com/post/ ``` `` should be a concatenation of state, district, city, spot fields. But there are some issues with that. See https://github.com/itsfarseen/breathe-india/issues/8 We should skip empty fields...
as @gokulsoumya suggested it would be nice if we can add insta and whatsapp too, but if that is not possible a copy to clipboard button would do.
the clipboard partial support means, if I understand correctly, that we can only copy data to clipboard and not paste from clipboard. Which makes sense because then random websites will...
Yeah, this does look ugly. Do you have any suggestions?
This is the relevant file: https://github.com/itsfarseen/breathe-india/blob/main/breathe-india-frontend/src/components/PostRow.svelte
Ooh the problem is not only here, I had specified those fields as required in the create/update pages. So people are putting '-', 'N/A' etc because they are forced to....
This page handles both creation and updation of posts: https://github.com/itsfarseen/breathe-india/blob/main/breathe-india-frontend/src/components/PostEdit.svelte
Yes, we need to make everything except item and state optional. Regarding quantity, I'm starting to think its useless, because we probably wont be able to update data that much...