Joshua Yu

Results 38 comments of Joshua Yu

@damithc You may know that there's no `country` field in the database currently since you always put the country inside `institute`. As a result, if we want to store institute...

But this can be equivalent to that you edit the institute and country, and we have a combined institute with country stored in the database. I think I'll use this...

> I'm fine as long as I can edit both of them _after_ the user has submitted them, when I'm using the admin UI to accept/reject account requests. They don't...

Hmm to be honest, what helps me more is to store as a single field. I just hope that won't make admin's life too difficult. Storing as two fields is...

@damithc Previously (long time ago) we discussed about what to do when another **REJECTED** account request exists when a user submits the account request form, and we decided to overwrite...

Yeah I mentioned before that mentioning the request status can cause a minor data leakage but it's not a big issue as long as we don't disclose the status of...

@damithc I would like to add a new admin page called "Requests" to display account requests related stuffs. It's a bit messy to put everything together since we're going to...

![image](https://user-images.githubusercontent.com/68739475/173832096-96f0512f-95c1-4315-9b1b-12dcff193866.png)