-
Notifications
You must be signed in to change notification settings - Fork 0
Change Log(0.0.2)
Dahun Jeong edited this page Sep 1, 2020
·
1 revision
- personalMissionId
- Token
- personalMissionId
- personalMissionId
- Token
- personalMissionId
- postId
- Token
- postId
private Long postId;
private String nickName;
private String picture;
private Integer thumbsUp;
private String title;
private String text;
private LocalDateTime createDate;
private LocalDateTime lastModifiedDate;
private Long postId;
private String nickName;
private String picture;
private Integer thumbsUp;
private String title;
private String text;
private Boolean isMine; // 추가 됨
private LocalDateTime createDate;
private LocalDateTime lastModifiedDate;
- postId
- Token
- postId
- /api/users/
- /api/users/signup
"email": "string",
"nickName": "string",
"personalMissions": [
{
"endDate": "2020-08-27T13:23:13.176Z",
"finishCount": 0,
"missionId": 0,
"missionPictureUrl": "string",
"personalMissionStatus": "FINISH",
"personalMission_id": 0,
"progress": 0,
"remainPeriod": {
"remainDay": 0,
"remainHour": 0,
"remainMin": 0
},
"startDate": "2020-08-27T13:23:13.176Z",
"userId": 0
}
],
"pictureUrl": "string",
"posts": [
{
"createDate": "2020-08-27T13:23:13.176Z",
"lastModifiedDate": "2020-08-27T13:23:13.176Z",
"nickName": "string",
"picture": "string",
"postId": 0,
"text": "string",
"thumbsUp": 0,
"title": "string"
}
],
"userId": 0
}
{
"email": "string",
"nickName": "string",
"personalMissions": [
{
"endDate": "2020-08-27T13:24:16.138Z",
"finishCount": 0,
"missionId": 0,
"missionPictureUrl": "string",
"personalMissionStatus": "FINISH",
"personalMission_id": 0,
"progress": 0,
"remainPeriod": {
"remainDay": 0,
"remainHour": 0,
"remainMin": 0
},
"startDate": "2020-08-27T13:24:16.138Z",
"userId": 0
}
],
"pictureUrl": "string",
"posts": [
{
"createDate": "2020-08-27T13:24:16.138Z",
"isMine": true, //추가 됨
"lastModifiedDate": "2020-08-27T13:24:16.138Z",
"nickName": "string",
"picture": "string",
"postId": 0,
"text": "string",
"thumbsUp": 0,
"title": "string"
}
],
"userId": 0
}
{
"expectedCO2": 0,
"expectedTree": 0,
"nickName": "string",
"pageDto": { //완료 미션, 진행중 미션, 인기미션을 한번에 엮었음
"finishedResponseDtoList": [
{
"endDate": "2020-09-01T13:59:57.339Z",
"manyPeople": 0,
"missionId": 0,
"missionTitle": "string",
"personalMissionId": 0,
"pictureUrl": "string",
"startDate": "2020-09-01T13:59:57.339Z",
"status": "FINISH"
}
],
"popularMissionResponseDtoList": [
{
"endDate": "2020-09-01T13:59:57.339Z",
"missionId": 0,
"pictureUrl": "string",
"progressCount": 0,
"startDate": "2020-09-01T13:59:57.339Z",
"subject": "string"
}
],
"progressResponseDtoList": [
{
"endDate": "2020-09-01T13:59:57.339Z",
"finishCount": 0,
"manyPeople": 0,
"missionId": 0,
"missionTitle": "string",
"personalMissionId": 0,
"pictureUrl": "string",
"progress": 0,
"remainPeriod": {
"remainDay": 0,
"remainHour": 0,
"remainMin": 0
},
"startDate": "2020-09-01T13:59:57.339Z"
}
]
},
"progressCampaign": 0,
"progressRates": 0,
"treeSentence": "string"
}