notifo icon indicating copy to clipboard operation
notifo copied to clipboard

Additional information user history

Open CR4567 opened this issue 2 years ago • 8 comments

Would it be possible to extent the user history entries with additional information? It already helps a lot but is still missing a lot of context information. In the example of deleting a mobile push token, I'm missing informations like:

  • when was the token created initially
  • for which device type (ios / android)
  • for which device (device ID)

What do you think?

CR4567 avatar Dec 12 '22 08:12 CR4567

  • when was the token created initially

This is basically the timestamp (FirstSeen).

  • for which device type (ios / android)
  • for which device (device ID)

Sure, you could just update the log message and provide a PR: https://github.com/notifo-io/notifo/blob/main/backend/src/Notifo.Domain/Log/LogMessage.cs#L222

SebastianStehle avatar Dec 12 '22 10:12 SebastianStehle

Are you going to submit a PR?

SebastianStehle avatar Dec 13 '22 11:12 SebastianStehle

yes I will look into it.

CR4567 avatar Dec 13 '22 12:12 CR4567

It would be nice to have exact date+time values for each message. Currently there are relative ones displayed

xamplum avatar Feb 01 '23 11:02 xamplum

PRs are welcome.

SebastianStehle avatar Feb 01 '23 14:02 SebastianStehle

Can I close this?

SebastianStehle avatar Mar 24 '23 09:03 SebastianStehle

I already looked into this but it wasn't that simple because some of the information needed, were not available at the point of time when creating the entry. They were also lot's of changes in the last time, so I have to look how it's handled now. But it would be still very helpful for us, so I would keep it open as a reminder for me, if it's ok for you.

CR4567 avatar Mar 24 '23 09:03 CR4567

ofc

SebastianStehle avatar Mar 24 '23 09:03 SebastianStehle