Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COOne thing i was thinking about is if i should log subscriptions or favorites. Or something like remove their own notification msg (trigger when they subscribe to another person and that person adds new content). I also couldnt decide to log when a user flags another user since there is a threshold amount before an admin will see it. I notice all of these are button press and doesnt take in user input. Should i log those?
      singulars
      1. This table or related slice is empty.
    2. COMy gut feel - coming from a database security background - is that you should log everything. At least at first. At first, the community will be smaller (so there is less to log), but it will also be easier to analyze. If you omit something, you can bet your bottom dollar (euro, yen, yuan, pound, ruble, rupee, ...) that will be what you need to resolve some issue. If/when things stabilize, you may be able to optimize by omitting some logging. But "premature optimization is the root of all evil" - "don't be evil".
      singulars
    3. COok cool, i'll log everything. An hour after i wrote that post i realize the way i was going to log everything was terrible which is why i didnt want to log everything. I would of done much more work then required. I was thinking of having a log table with Ids, dates, actionType and whatever else i needed (stupid! i know). I realize i could just add a date to everything and can generate a log through that.
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload