in reply to Design brainstorming

How many users? How are the forms related? Department? Location? what are the names used for?

Assing colors to users, then number the forms ... or assign colors to departments, then letter number the forms, number the users ...

red-10-40r00 dev-e10-40r01 blue-qc-42r12 ro-sham-bo-42r42 wal-tan-fox-04r20

Or Data::UUID

Replies are listed 'Best First'.
Re^2: Design brainstorming (form naming scheme)
by ksublondie (Friar) on Apr 07, 2015 at 18:25 UTC
    This is used by the entire organization. Current count: 200 users and 450+ forms...and growing. Each form already has a unique identifier in the database. Intranet requires login session based on ldap credentials, thus, I already know the user, department, and location from ldap group membership.

      This is used by the entire organization. Current count: 200 users and 450+ forms...and growing. Each form already has a unique identifier in the database. Intranet requires login session based on ldap credentials, thus, I already know the user, department, and location from ldap group membership.

      Heh, I don't understand your question, what is you're talking about?

      are you really asking how to edit pdfs to add some stuff (buttons/uuids)?

      Each form already has a unique identifier in the database.

      Maybe: $subID = sprintf '%s-%s-%s', $formID, $userID, $dateTimeStamp