Challenge closes tomorrow and new features - Write Wise Blog

Challenge closes tomorrow and new features

The 2015 Writing Challenge closes tomorrow. Hopefully some of you have had the chance to get writing and enter! If so, I look forward to reading your work.

It's been a little while since I pushed v2.2 of Write Wise out, which introduced our new homepage. In the next month or two, I intend release two important updates:

  1. A new story reader.
  2. A new authentication system.

Starting with number 1 first: we've had the current reader for quite a while and it has served us well, but it's starting to show its age a bit. It was built in an era before mobiles ruled the web and, as a result, is a bit of a pain to use on non-desktop clients.

The new reader will be architecturally different from the rest of Write Wise (as it currently stands). Currently, when you load a page on Write Wise, the page is created on the server and sent to you, the client, fully formed.

For the new reader, I'm going to experiment with a different approach:

Write Wise Reader

Basically, an API will serve the data (chapters, cover images etc) and the web page will dynamically retrieve the data and decide how to display that data. Instead of the server retrieving the data and working out how to display the data, the clients will make a request for the data and handle the displaying themselves.

What are the advantages of this? Well, for one, it separates the data and presentation layers. This means that we could, in theory, have a Write Wise mobile application use the same data endpoint to retrieve the stories and display them on a native mobile app.

The main benefit I'm hoping to see, however, is in performance. Instead of having to re-render the entire page, when the user clicks 'Next' the web application will make a request for the next chapter and simply update the existing page with the new data.

This is something of a personal experiment. It is a total departure from how I have made websites in the past, so I'm open to this proving to be something of a failure. Time will tell!

The new authentication system is functionally very critical to the "modernising Write Wise" project. The current authentication system was one I wrote way back in 2011. Its API is very dated and clunky to use and it makes writing the new Write Wise a total chore.

I intend to replace it with a new authentication system, with a simpler API, that hooks into the Potato Journal account system. This means that you'll be able to log into Write Wise using your Potato Journal account, hopefully finally putting to rest Potato ID.

Write Wise has a lot of exciting potential ahead! All of these technological changes are important, but it's you -- the writers -- who make Write Wise what it is. So, thanks for continuing to contribute to the site.

Written by Aaron, Saturday 19 December 2015

Log In to Leave a Comment

Aaron  9 year(s) ago (109 months)

Looking forward to it!

 
Falcon  9 year(s) ago (109 months)

Looking forward to seeing how Write Wise develops and reading the stories that have been written for this years Christmas Challenge. I'll be uploading my story today after I add some finishing touches.