Faizah Aulia R

Results 11 comments of Faizah Aulia R

Hi @cielf I'd like to give it a try if it still need to be addressed.

I noticed that sorting is implemented in different places—some in the model, some in the controller, and some in the views. What would be the preferred approach? Should I follow...

Ok, let me try to arrange all sorting on model.

Hi, I've been working on implementing alphabetical ordering and found that many changes were needed. Regarding sorting, some of it is handled in the model and some in the controller....

thankyou for reminding, i'll back to you once found something challenging :)

hi @cielf I’m following the instructions to add a new item and then audit it, but I’m a bit confused. There are several tabs on the "Items & Inventory" page...

ah I see, after seeing the header at first I also think it was already in alphabetical order unless seeing the last column, and after dig deeper I kinda confused...

I'd like to give this issue a try if no one has taken it yet.

so I just found that the item columns are not in alphabetical order since it shows in index page it was ordered by 'issued_at' https://github.com/rubyforgood/human-essentials/blob/d648cb3fad29456633a927226bd1f0453e4e405c/app/controllers/distributions_controller.rb#L44C4-L48C75 ``` @distributions = current_organization .distributions...