angulardart / angular_components

The official Material Design components for AngularDart. Used at Google in production apps.
https://pub.dev/packages/angular_components
372 stars 122 forks source link

Meta Issue: Roadmap - Q3 2018 #312

Closed nshahan closed 5 years ago

nshahan commented 6 years ago

Current Projects

We schedule our work a quarter at a time. Here is what we are working on right now.

Add new components.

Develop a proof of concept for externalizing page objects for testing and our component tests.

Setup as mono repo.

Improve the documentation generated in the component gallery generator.

Improve gallery and example usability.

kingwill101 commented 6 years ago

any hope of getting a data table anytime soon?

TedSander commented 6 years ago

@glenfordwilliams https://github.com/dart-lang/angular_components/issues/251#issuecomment-408522331

lppedd commented 6 years ago

@TedSander any workaround for now?

TedSander commented 6 years ago

Workaround would be ng-for or component per row and load it using ComponentLoader.

michalpie commented 6 years ago

Is the Table component on the roadmap for Q4?

nshahan commented 6 years ago

Work is still progressing on open sourcing the table component but we still can't commit to a specific timeline.

In general our we are focused on a large refactor and polish as we separate the components from other internal only infrastructure.

oonid commented 6 years ago

hello, is there any newest (meta issue) roadmap for Q4? (this issue has been 3 months old). thank you.

ghost commented 6 years ago

Hello, when are you going to put a DataTable examples (materials) for AngularDart that are available to use?

nshahan commented 5 years ago

Q3 2018 - Work Summary

Add new components.

Develop a proof of concept for externalizing page objects for testing and our component tests.

Setup as mono repo.

Improve the documentation generated in the component gallery generator.

Improve gallery and example usability.

nshahan commented 5 years ago

@ThePunisherYA7 We have been refactoring to support releasing our data table components and work is still making progress. I don't have a date for you at the moment.

This quarter we are spending a lot of time on this type of work. #356

sandrija commented 5 years ago

Hi, is there a way to propose solution to data table.? For now I have working demo solution with data table that can receive data (sorting, filtering, searching, pagination, items per page selector, checkbox if necessary, translations, rows selecting, accept custom item e.g. menu...). Currently I am working on solution that can behave like jquery datatables with serverside option, so you could connect your data table to some stream pass a configuration and let table do the rest (table will also include ability to add custom css, change to flex and also have collapsing rows - to scale for device and have expand button to show details or row click to show rest ).

Link to data table screenshot: http://digital-nomad.hr/public_images/datatable-screenshot.png

nshahan commented 5 years ago

@sandrija I'm happy to hear you have the components that are working for you. I'd encourage you to publish your data table as a package on pub. It doesn't make sense for us to include it in this package since we already have a data table that we use internally and have done work to open source it. We can't take on the maintenance cost of another implementation at this time.

chrisgate commented 5 years ago

@nshahan will it ever open source? this is 7 month after your statement!

GowthamF commented 5 years ago

@nshahan Any update about Material Snackbar?