jollopre / mps

Marshall Packaging System
MIT License
0 stars 0 forks source link

Paginate views #29

Closed jollopre closed 6 years ago

jollopre commented 7 years ago

The following view lists must be paginated:

otherwise, this will not scale when the db has a considerable amount of results. NOTE, this will not be delivered as part of the MVP.

marshallpack1974 commented 7 years ago

Please elaborate...what extra cost is involved?

Thanks Steven Marshall

On 6 Jul 2017 18:03, "Jose Lloret" notifications@github.com wrote:

The following view lists must be paginated:

  • Customers
  • Orders

otherwise, this will not scale when the db has a considerable amount of results. NOTE, this will not be delivered as part of the MVP.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jollopre/mps/issues/29, or mute the thread https://github.com/notifications/unsubscribe-auth/Abz7f32ZhgUzIBmDaSpsiVXjOISPEOEqks5sLRNWgaJpZM4OP63R .

jollopre commented 6 years ago

The resources customers and orders have been paginated as follows: