I am in process of creating a sequence diagram for an online shopping cart. I am isolating which objects are needed for the diagram.
The customer interacts with login page and purchases product.
Can I take the login page as an object or class? It is not a business logic and not a user created object. I am confused whether I am supposed to use it or not.
Any links for detailing how to select objects is appreciated.