Rohith Balaji

Results 5 comments of Rohith Balaji

@byliuyang Okay, updated the issue. Also, I guess, we would need a separate login page for admin site. Having a modal like in main site doesn't look completely secure for...

Creating a new issue for admin dashboard with CRUD operations related to Change logs.

@byliuyang > #### Additional context > When a user goes to an auth protected route, say admin panel, there is a network call made to determine if the page is...

@byliuyang Yes, we can do unchanged order for unsupported resource. My concern is, what should `ArrangeNewResource` method's implementation be in [CreatedTime](https://github.com/short-d/short/blob/master/backend/app/usecase/search/order/created_time.go#L13) structure when `NewResource` doesn't have a column called `createdAt`?

@byliuyang , I am not sure how to avoid it. When we add more and more resources and Order By implementations, there will be a lot combinations where the method...