So I have a "create" page which is used to create new items for my database. Those items are displayed in a list.
Now to provide the users with an option to edit, what's the best way to create an edit page? is it t duplicate the create page and change the logic to make it the "edit" page or should we add the logic to the create page only? How do designers/developers generally deal with this scenario?