DominoMeter / DominoMeterAddin-HCLMSP

Collects usage of Domino servers running in the HCL MSP program
GNU General Public License v3.0
0 stars 0 forks source link

person document collection & change tracking #19

Closed dpastov closed 3 years ago

dpastov commented 3 years ago

1) The list of Person documents may be large, although I think you are already iterating over all of the person documents.

2) The names may change but the Person document may not (such as during a marriage / divorce / etc) -- so we probably should track the person document UNID along with the name, so we can be certain as to what has changed for a given Person Document UNID in the update comparison.

3) This will extend the time the DominoMeter instances take to upload data to the DUCA.nsf

4) We need for the log to simply state who has been added and removed. We probably need a way to just see end user related log entries - so if they don't already, the log entries probably need a 'type' of some kind added.

5) I suggest a Rich Text Field on the Server collection document in DominoMeter that is of the format:

, , ![image](https://user-images.githubusercontent.com/844872/102196631-74411f80-3ec0-11eb-8069-a9946c79ffb7.png)
dpastov commented 3 years ago

@JustinProminic this has been done. I will close the ticket.