KarlPatach / SalesforceGitVisualiser

This project is a first step in integrating GitHub into Salesforce. Its vision is enabling developers to have a single consolidated view of all the projects they are working on or are interested in, directly in Salesforce, with tight coupling with standard Salesforce objects such as Users, Cases and Work Items (available in Agile Accelerator app).
2 stars 0 forks source link

Replacing custom tables with native list views? #13

Open pozil opened 4 years ago

pozil commented 4 years ago

Would it make sense to replace custom tables with native list views?

This change implies:

Here's an example of the two components (repo list view not customized with the same columns): Screen Shot 2020-06-23 at 14 10 30

KarlPatach commented 4 years ago

IMO it makes sense to use native listviews. We used custom lwc components for mainly two reasons:

But I agree that now we may want replace them with standard listviews.

KarlPatach commented 4 years ago

FYI @ThierryFeltin