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

new column(s) to track "not real people" #21

Open dpastov opened 3 years ago

dpastov commented 3 years ago

We need a generic way which can be defined by the DominoMeter config view probably to detect various comment tags which can be placed into the Comments field on each person document.

We are then going to need columns showing them.

I think we should use a format something like:

DominoMeter--FlagAs:Not_A_Real_Person

(These will vary and we should support arbitrary flag names probably for now, and just have buckets they fall into based upon the flag name... plus a bucket of "unknown flag names" or something which should show up in a view in case people are mis-typing things)

This should be able to be intermixed with the end-user human-readable comments.

For example, we should be able to have Person documents with comments such as:

Person #1 Comment field: This is just a comment field and has nothing to do with DominoMeter.
action for DominoMeter to take while parsing it: totally ignored

Person #2 This is for a scanner. ##DominoMeter--FlagAs:Not_A_Real_Person but then I changed my mind and decided it was actually a fax machine ##DominoMeter--FlagAs:Fax_Machine
action for DominoMeter to take while parsing it: set two flags: Not_A_Real_Person and Fax_Machine. Add to appropriate count columns in DUCA.NSF

image

dpastov commented 3 years ago

one of the top prio

dpastov commented 3 years ago

@JustinProminic this is ready but we will have a look on it before I deploy it.