And what to do if I have launched it? I have users, bad database structure, as well as insecure APIs as well.
I don't aim to make a profit, but I don't want to pay for my wrongdoings either.
And what to do if I have launched it? I have users, bad database structure, as well as insecure APIs as well.
I don't aim to make a profit, but I don't want to pay for my wrongdoings either.
For further actions, you may consider blocking this person and/or reporting abuse
Color Tools 🌈 -
Wahid Ali -
Kazi Fardin Islam Abir -
Matt Angelosanto -
Once suspended, patarapolw will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, patarapolw will be able to comment and publish posts again.
Once unpublished, all posts by patarapolw will become hidden and only accessible to themselves.
If patarapolw is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Pacharapol Withayasakpunt.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag patarapolw:
Unflagging patarapolw will restore default visibility to their posts.
Top comments (5)
A lot of this depends on your stack.
Example:
It's not clear from your post if you've launched it already or not.
You have already recognized a few issues.
If you think the database structure is bad it's probably because you're evaluating it in terms of the way you think your webapp is going to evolve. I wouldn't stress too much about it but rather I would prioritise understanding if your user-base is gaining value from your app as well as validating if your assumptions are correct. Sometimes you find that your users are going to need something different from what you had already imagined and that probably means a database structure you hadn't thought of.
Regarding insecure APIs I would prioritise the privacy and security of your users. So if you acknowledge that insecure API might harm your users I'd definitely prioritise addressing that.
I indeed meant both ways -- I have old one I don't want to maintain anymore, and I want to create a new one.
However, there will be a user system, so privacy and security come first.
You've said it yourself, fix your data structures and secure your APIs!
Check out productchecklist.co/