Tagged Questions
2
votes
3answers
103 views
Is there a better way of handling access control logic instead of it being in the UI?
Through most of my dev experience, I've never had to deal with much variety of access control architectures.
They've all been pretty straight forward:
Group [Create, Update, Delete]
- User 1
...
0
votes
3answers
107 views
User management data - the need for a username and password
I would have this asked on StackOverflow if it had code, but it's more on the idea/concept so I asked here.
I am working on the UI of our inventory system when I found out that when registering a ...
5
votes
2answers
374 views
How to separate sensitive data in database(MySql)
I need to design a database that will contains information about personal disease of users.
What can be the approach in order to implement the columns of the DB's tables: encrypt the information, ...
8
votes
7answers
745 views
What special considerations are needed when designing databases to hold financial records?
I hope this question isn't too broad. In the future I may need to add some accounting and financial-tracking systems to some applications (mostly web-based applications, but my questions pertains to ...