Ticket #321 (closed defect: fixed)

Opened 7 months ago

Last modified 5 months ago

Lotte pagination should be server side

Reported by: alup Owned by: diegobz
Priority: major Milestone: 0.8
Component: Lotte Version: 0.7
Keywords: Cc:
Easy Task: no Blocked By:
Blocking: Ready for Review:
Patch Review: Needs Patch: yes

Description

Lotte pagination is currently implemented in client side. This adds a huge amount of load in client's browser (e.g. when there are many strings to translate >100). The correct way is to use server side code (for exapmle django-pagination) and fetch the proper candidate translation strings on demand!

Change History

Changed 5 months ago by diegobz

  • status changed from new to assigned

Changed 5 months ago by diegobz

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r952.

Note: See TracTickets for help on using tickets.