Open danymat opened 8 months ago
Hi,
currently it is not possible to define internal_id
fields for user objects in the pentesters
list. I think adding custom properties to user objects is a great idea to enhance customizability which could be useful in many scenarios.
Are internal_ids
global per a user (i.e. the same for every project) or are they different for each project?
A big challenge is how to define the schema for custom global user properties (similar to report/findings fields in designs). I think this will get quite complicated to implement, because we would need to handle schema conflicts on export/import on other instances. Therefore I suggest to keep the user properties a simple object of key-value pairs where values are always strings.
Are internal_ids global per a user (i.e. the same for every project) or are they different for each project?
I think we should start simple, aka global for all projects.
At the moment, we use the title_before
and title_after
to circumvent the limitation (as defined https://docs.sysreptor.com/designer/field-types/#user)
Therefore I suggest to keep the user properties a simple object of key-value pairs where values are always strings.
This is a very good idea, and should be enough for usage
Hello,
It's again me. I'm trying to get a hands on a new design, and I need to create a "Team" List, comprising of Name and Internal identifier (such as
PENTESTER_0001
)As of right now, we will use a custom list, comprising of objects that have
name
andinternal_id
parameters. However, I was thinking on having the ability of customizing thepentesters
object with custom string parameters.Do you think it would be feasible ? Or does this functionality already exist ?