AY1920S1-CS2103T-T17-2 / main

TravEzy
https://ay1920s1-cs2103t-t17-2.github.io/main/
MIT License
0 stars 5 forks source link

Empty title in diary #176

Closed bjhoohaha closed 4 years ago

bjhoohaha commented 4 years ago

Screenshot 2019-11-08 at 2 11 47 AM

diaryBook.json allows for empty title values.

{
  "entries" : [ {
    "title" : "Birthday",
    "date" : "27/01/1997 2358",
    "place" : "Singapore",
    "memory" : "但是警方和你說的廢話",
    "isPrivate" : "false"
  },
  {
    "title" : "     ",
    "date" : "27/01/1997 2358",
    "place" : "Sin",
    "memory" : "但是警方和你說的廢話",
    "isPrivate" : "false"
  },
  {
    "title" : "Birthday",
    "date" : "27/01/1997 2358",
    "place" : "Singapore",
    "memory" : "但是警方和你說的廢話",
    "isPrivate" : "false"
  }],
  "detail" : {
    "username" : "null",
    "password" : "null"
  }
}