I want to create a class diagram UML for a part or bundle of my wbesite. This part contains three sub-parts :
- Job : I want to show a list of jobs by date (title, date of job, location, deadline)
- When I click on a job in list, I hope to have details of the job (title, description…)
- Administration of list of jobs (delete, create, edit…)
I can imagine the template of view to create it but I hope to create a class diagram UML for Business Rules (class abstract,method,object…) to use after I create my code.
I’m not very professional in UML. Can someone give me an exepmle of graph or schema to create it, a prediction for method and object to use it in template.
Here is an example from some of my old college coursework. It may be of some use. Sorry if I can’t help you further as I too am starting out professionally.