Day Zero

This post is about explaining what we have already done, our first decisions about the upcoming development and sketching an approximative timeline of the project.

“Ce qui est fait n'est plus à faire” #

Or “What is done isn’t left to do”, as a french saying goes. We started this project as a one-week mini-project for the same course, two weeks ago. The site is already up and visible here.

Let’s take a tour to see what we have already implemented :

The design #

We both had previous small experiences with webdesign. For this project, we imagined a minimalistic approach, in which the content would be the focus. The user interactions have been thought of with usability and intuitivity in mind, which we hope results in a clear, easy-to use application.

global.PNG

We used no framework for the integration, as we wanted to have complete control over the final result, but also to minimise the bandwidth use of the app. Indeed, since it it is intended to be used primarily with a mobile device, data consumption should remain as low as possible.

We used Sketch (Mac only) to design the website, which is a cheap and more intuitive alternative to Photoshop. We advise you to have a look at it if you are interested in webdesign :)

We also picked our color set from flatuicolors.com, a precious resource !

The core of the chat application #

Currently, it is possible to post and read shawts, and to filter them dynamically using the interests and distance filters.

We use [Pubnub](www.pubnub.com), a message API, to handle the chat part of our app.

What next ? #

The upcomping development will focus on three axis :

Rough timeline #

04-25 : Geolocation

05-02 : User profiles and persistance

05-10 : Discussions

 
2
Kudos
 
2
Kudos

Now read this

Deploying our app

By now, our app looks okay and works reasonably well. But we were still stuck on local testing, meaning that we couldn’t test it on mobile platforms to see what it rendered. Thus, we decided to deploy our app. Hosting our app # As NodeJS... Continue →