vmeeting-io / vmeeting_issue

0 stars 0 forks source link

[lately][func] 계정설정, 관리자콘솔 - 사용자정보에 생일 정보 편집기능 없음. 생일정보 추가 요청 #214

Open jungheekang opened 2 years ago

jungheekang commented 2 years ago

[발생현상] 계정설정, 관리자콘솔 - 사용자정보에 생일 정보 편집 기능 없음. 생일정보 추가 요청

스크린샷 2021-10-15 오전 11 37 51

[발생일자] 2021-10-15

[재현경로]

  1. 메인사이트 - 계정 로그인 - 로그인정보 - 계정설정에 생일정보 없음

  2. 메인사이트 - 관리자계정 로그인 - 관리자콘솔 - 사용자관리 - 사용자 선택 - 사용자정보에 생일 정보 없음

sajan-dpnm commented 2 years ago

@jungheekang the birthdate field in account settings should be editable right? but the birthdate field in admin console-> user manage should be uneditable right?

jungheekang commented 2 years ago

@sajan-dpnm I think both should be editable. please make it editable

sajan-dpnm commented 2 years ago

Code changes pushed to lately. Requesting @jungheekang for further tests

image

image

jungheekang commented 2 years ago

@sajan-dpnm Please change the language according to the language setting

jungheekang commented 2 years ago

@sajan-dpnm If you delete the date by pressing the X (Delete) button in the calendar area and save it, it is displayed like an attached file image.

스크린샷 2021-10-19 오후 12 15 11
jungheekang commented 2 years ago

@sajan-dpnm Meeting Room - Settings - Profile tab - birthday If you delete the date and save the data by clicking the OK button, an error occurs in Account Setting - Birthday's Calendar and Admin Console.

스크린샷 2021-10-19 오후 12 26 33
sajan-dpnm commented 2 years ago

@jungheekang that's right. Because the date is now updated to empty date, it will show as an empty string, which will result to Invalid Date. However, account user and Admin from the admin console can assign a new birthdate by typing in the format YYYY-MM-DD which will assign a new date to the participant.

sajan-dpnm commented 2 years ago

@jungheekang

@sajan-dpnm Please change the language according to the language setting

I didn't get what you meant!

sajan-dpnm commented 2 years ago

@jungheekang

screen-capture

jungheekang commented 2 years ago

@jungheekang

@sajan-dpnm Please change the language according to the language setting

I didn't get what you meant!

If the system language is English, the calendar is displayed in English. If the system language is Korean, it is displayed in Korean.

All are now displayed in Korean.

스크린샷 2021-10-19 오후 12 15 11

스크린샷 2021-10-19 오후 1 10 53

jungheekang commented 2 years ago

@sajan-dpnm If there is no value in the calendar input box, check it when saving to prevent it from being saved. Display an alert or previous value

sajan-dpnm commented 2 years ago

@jungheekang You said that birthday input is not a required field during user registration. But now you want to prevent the user from saving an empty date value?

jungheekang commented 2 years ago

@sajan-dpnm In a situation where the date is stored, if the user just clears the value and does not enter it, It means to notify you that there is no date entered or to enter a value before deletion.

jungheekang commented 2 years ago

@sajan-dpnm So let's do this. The default value for the date of birth is 1980-01-01. If you delete the date of birth and save it, set it as the default value. Also, please set the birthday date of all members as 1980-01-01. Then, the birthday data of all members will be displayed on the admin console.

sajan-dpnm commented 2 years ago

@jungheekang okay, i will look into it