Project

General

Profile

Actions

Feature proposal #7547

open

Implement complete ajax navigation

Added by krileon over 6 years ago. Updated 18 days ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Start date:
08 May 2019
Due date:
% Done:

100%

Estimated time:

Description

Replace standard page loads with ajax loading. This should only need to request the minimal amount of data. This should significantly improve load times for users. However each view still needs to be standalone. We shouldn't need the various back buttons anymore as well nor the odd ->location function. To ensure proper UX use window.history.pushState to keep track of where they are navigating (this will update the browsing history and URL address).

Actions #1

Updated by krileon over 6 years ago

  • Target version changed from 5.0.0 to 4.0.0
Actions #2

Updated by krileon 6 months ago

  • Target version changed from 4.0.0 to 3.0.0
Actions #3

Updated by krileon 4 months ago

  • % Done changed from 0 to 50
Actions #4

Updated by krileon 18 days ago

  • Status changed from Assigned to Resolved
  • % Done changed from 50 to 100

Entire frontend is entirely navigated inline. Semantic URLs for middle-click or right-click are also available.

Actions

Also available in: Atom PDF