|
21 | 21 | public class SampleDataUtil { |
22 | 22 | public static Project[] getSampleProjects() { |
23 | 23 | return new Project[] { |
24 | | - new Project(new ProjectName("Alex Yeoh"), new Deadline("21-04-2021 00:00:00"), |
25 | | - new RepoUrl("http://github.com/a/b.git"), new ProjectDescription("Blk 30 Geylang Street 29, #06-40"), |
26 | | - getTagSet("friends"), new HashMap<>(), getTaskSet("Refactor project class")), |
27 | | - new Project(new ProjectName("Bernice Yu"), new Deadline("21-04-2021 00:00:00"), |
| 24 | + new Project(new ProjectName("Aeroknotty"), new Deadline("21-04-2021 00:00:00"), |
| 25 | + new RepoUrl("http://github.com/a/b.git"), new ProjectDescription("Made for pilots wanting to tie the " |
| 26 | + + "knot"), |
| 27 | + getTagSet("creative"), new HashMap<>(), getTaskSet("Refactor project class")), |
| 28 | + new Project(new ProjectName("Basket Web"), new Deadline("21-04-2021 00:00:00"), |
28 | 29 | new RepoUrl("http://github.com/a/b.git"), |
29 | | - new ProjectDescription("Blk 30 Lorong 3 Serangoon Gardens, #07-18"), |
30 | | - getTagSet("colleagues", "friends"), new HashMap<>(), |
| 30 | + new ProjectDescription("Puts all your ususal searches into one place"), |
| 31 | + getTagSet("internet", "iot"), new HashMap<>(), |
31 | 32 | getTaskSet("Brainstorm user stories", "Refine data model")), |
32 | | - new Project(new ProjectName("Charlotte Oliveiro"), new Deadline("21-04-2021 00:00:00"), |
33 | | - new RepoUrl("http://github.com/a/b.git"), new ProjectDescription("Blk 11 Ang Mo Kio Street 74, #11-04"), |
| 33 | + new Project(new ProjectName("Charletan"), new Deadline("21-04-2021 00:00:00"), |
| 34 | + new RepoUrl("http://github.com/a/b.git"), new ProjectDescription("To nurture a more informed people"), |
34 | 35 | getTagSet("neighbours"), new HashMap<>(), getTaskSet("Write UG")), |
35 | | - new Project(new ProjectName("David Li"), new Deadline("21-04-2021 00:00:00"), |
| 36 | + new Project(new ProjectName("Dacharie"), new Deadline("21-04-2021 00:00:00"), |
36 | 37 | new RepoUrl("http://github.com/a/b.git"), |
37 | | - new ProjectDescription("Blk 436 Serangoon Gardens Street 26, #16-43"), |
| 38 | + new ProjectDescription("kitchen knife subscription service"), |
38 | 39 | getTagSet("family"), new HashMap<>(), getTaskSet("Delete ProjectDescription attribute")), |
39 | | - new Project(new ProjectName("Irfan Ibrahim"), new Deadline("21-04-2021 00:00:00"), |
40 | | - new RepoUrl("http://github.com/a/b.git"), new ProjectDescription("Blk 47 Tampines Street 20, #17-35"), |
| 40 | + new Project(new ProjectName("Iterab"), new Deadline("21-04-2021 00:00:00"), |
| 41 | + new RepoUrl("http://github.com/a/b.git"), new ProjectDescription("Habit tracker"), |
41 | 42 | getTagSet("classmates"), new HashMap<>(), getTaskSet()), |
42 | | - new Project(new ProjectName("Roy Balakrishnan"), new Deadline("21-04-2021 00:00:00"), |
43 | | - new RepoUrl("http://github.com/a/b.git"), new ProjectDescription("Blk 45 Aljunied Street 85, #11-31"), |
| 43 | + new Project(new ProjectName("Reuletan"), new Deadline("21-04-2021 00:00:00"), |
| 44 | + new RepoUrl("http://github.com/a/b.git"), new ProjectDescription("Brings low cost investment to the " |
| 45 | + + "masses"), |
44 | 46 | getTagSet("colleagues"), new HashMap<>(), getTaskSet("Write DG")) |
45 | 47 | }; |
46 | 48 | } |
|
0 commit comments