Threads, posts, and Filter Bar controls should come with the initial response.

مناقشة عامة Threads, posts, and Filter Bar controls should come with the initial response.

  • viernes, 15 de febrero de 2008 0:10
     
     
    Currently when the user requests the page: the page loads, but then the filter bar, posts, and/or threads are loaded async from the client side.

    We should send the initial load state along with the response, and then live updates and client side rendering code should kick in from there.

Todas las respuestas

  • viernes, 15 de febrero de 2008 4:32
     
     
    To support ajax browser history functionality, we use the hash portion of the url. Unfortunately, that is not available on the server so we don't know what filters and sorts are applied. So we then have to package that info up as part of the XmlHttpRequest after the page has loaded.
  • domingo, 17 de febrero de 2008 23:04
     
     
    Perhaps a 'default' state could be pushed out on the initial page load.

    Then it could be 'cleaned' up with client side state info. Otherwise, that first page seems 'awkward'.
    You may be only one person in the world, but you may also be the world to one person.