jamievicary / globular

Globular
37 stars 9 forks source link

Sort projects by last access time #31

Open jamievicary opened 8 years ago

casparwylie commented 8 years ago

So from now on it records last change time? No problem!

On Wed, Dec 30, 2015 at 4:54 PM, jamievicary notifications@github.com wrote:

— Reply to this email directly or view it on GitHub https://github.com/jamievicary/globular/issues/31.

jamievicary commented 8 years ago

The operating system stores this in the "atime" property of the file. So the backend could get this value whenever the list of projects is requested, and send it to the front end to use for sorting.​

On Wed, Dec 30, 2015 at 4:59 PM, casparwylie notifications@github.com wrote:

So from now on it records last change time? No problem!

On Wed, Dec 30, 2015 at 4:54 PM, jamievicary notifications@github.com wrote:

— Reply to this email directly or view it on GitHub https://github.com/jamievicary/globular/issues/31.

— Reply to this email directly or view it on GitHub https://github.com/jamievicary/globular/issues/31#issuecomment-168033956 .

casparwylie commented 8 years ago

Ah great I see.

On Wed, Dec 30, 2015 at 5:06 PM, jamievicary notifications@github.com wrote:

The operating system stores this in the "atime" property of the file. So the backend could get this value whenever the list of projects is requested, and send it to the front end to use for sorting.​

On Wed, Dec 30, 2015 at 4:59 PM, casparwylie notifications@github.com wrote:

So from now on it records last change time? No problem!

On Wed, Dec 30, 2015 at 4:54 PM, jamievicary notifications@github.com wrote:

— Reply to this email directly or view it on GitHub https://github.com/jamievicary/globular/issues/31.

— Reply to this email directly or view it on GitHub < https://github.com/jamievicary/globular/issues/31#issuecomment-168033956> .

— Reply to this email directly or view it on GitHub https://github.com/jamievicary/globular/issues/31#issuecomment-168035406 .