We created a Users namespace for Invitations to separate it from the Collections namespace. However, since this is a user focused app, it seems like the Users namespace is redundant.
Instead of going to "users/invitations" it should just be "invitations".
If for some reason this namespace is deemed desirable, it may be worth it to then consider making it the User namespace instead, singular. The plural only sounds correct because of the possessive "user's".
We created a
Users
namespace for Invitations to separate it from theCollections
namespace. However, since this is a user focused app, it seems like theUsers
namespace is redundant.Instead of going to "users/invitations" it should just be "invitations".
If for some reason this namespace is deemed desirable, it may be worth it to then consider making it the
User
namespace instead, singular. The plural only sounds correct because of the possessive "user's".