Organizational Strategies

Hi All.
I am curious as to how veterans to SC name their Applications within a project.

I will have over 750 application pages and sorting through them will be a pain unless I use some sort of naming system.

grid_
report_
form_
code_

Are some prefixes I have thought of using but I wondering if there isn’t some other method someone with more experience may be using.

Anyone care to share their genius?

Hi.

I have a name based on a user group, because it’s easier to set rights for users.

For example:

patient_grid_xxxxxx
patient_form_xxxxx
nurse_grid_xxxxx
nurse_form_xxxx
doctor_grid_xxxx
doctor_form_xxx
staff_form_xxxx

and so on

So I have them all together when I set access rights.

Thanks Rik!