Skip to main content

Apps Used in York's Archaeology Data Service

Following a short presentation about online apps we're looking at at York, Michael Charno got in touch and said..


The following are apps that we use at the Archaeology Data Service:

* Asana [https://asana.com/]: Its a really simple task management app
that enables task allocation, commenting, prioritising, creating
deadlines, etc. Its free for use amongst 10 colleagues, so we've
been fine with it so far.
* New Relic [http://newrelic.com/]: Systems analytics software for
understanding where problems exist in servers/web
applications/interfaces. Obviously more useful for people managing
servers or web applications, so might not be widely useful. However
if the university was going to get a license we'd happily join in!
* Slack [https://slack.com/]: We used the free version but quit after
we found ourselves moving to the 10,000 message limit quickly and
didn't want to purchase a license. We haven't replaced it, but would
certainly start using it again if the university was going to get it.



It's not the first time someone at York has mentioned Asana to me. I went to the tool, logged in with my York account and it tells me that 277 York members are already there (including Dan and Paul from the Web Office). After a quick look, I do like the simplicity of Asana.

Slack is like a twitter for your team application. Anyone else tried it or like it?

Comments

  1. I'm a bit of an Asana addict - I use it all day, every day at work and use it outside the office too. For me it's indispensable, but although everyone else in the team does use it I think we'd all acknowledge that it's not working as smoothly as it could. I'm not sure if that's because of the tool (it's simple on the surface, but has a bit of a learning curve to get the best out of it) or our process, but I have been mulling over a shift to something more visual like Trello or Flow.

    And we've been using Slack for a while too. 21 members of our wider team are registered, but only about half are active. I'd describe it as more like HipChat than Twitter - the emphasis is very much on live chat and alerts. We really like it.

    Are there slides or notes from the presentation about apps under consideration? I'd be interested in hearing more.

    ReplyDelete
  2. There are, but they're so brief to be useless. I'll send you the link though.

    Coffee sometime soon?

    ReplyDelete
  3. I highly recommend Trello for team or collaboration comms. Had a brief look at Asana and Slack and I think they all offer similar affordances, so long as people use it ;-)

    ReplyDelete
  4. Hear, hear. "so long as people use it "

    ReplyDelete

Post a Comment

Popular posts from this blog

Writing a Simple QR Code Stock Control Spreadsheet

At Theatre, Film & TV they have lots of equipment they loan to students, cameras, microphone, tripod etc. Keeping track of what goes out and what comes back is a difficult job. I have seen a few other departments struggling with the similar "equipment inventory" problems. A solution I have prototyped uses QR codes, a Google Spreadsheet and a small web application written in Apps Script. The idea is, that each piece of equipment ( or maybe collection of items ) has a QR code on it. Using a standard and free smartphone application to read QR codes, the technician swipes the item and is shown a screen that lets them either check the item out or return it. The QR app looks like this. The spreadsheet contains a list of cameras. It has links to images and uses Google Visualisation tools to generate its QR codes. The spreadsheet looks like this. The Web Application The web application, which only checks items in or out and should be used on a phone in conjunctio

Inserting A Google Doc link into a Google Spreadsheet (UPDATED 6/12/2017)

This article looks at using Apps Script to add new features to a Google Spreadsheet. At the University of York, various people have been using Google spreadsheets to collect together various project related information. We've found that when collecting lots of different collaborative information from lots of different people that a spreadsheet can work much better than a regular Google Form. Spreadsheets can be better than Forms for data collection because: The spreadsheet data saves as you are editing. If you want to fill in half the data and come back later, your data will still be there. The data in a spreadsheet is versioned, so you can see who added what and when and undo it if necessary The commenting features are brilliant - especially the "Resolve" button in comments. One feature we needed was to be able to "attach" Google Docs to certain cells in a spreadsheet. It's easy to just paste in a URL into a spreadsheet cell, but they can often

A Working Booking System In Google Sheets

Working with Andras Sztrokay we had another go at a booking system. This time it was to enable staff to book out a number of iPads over a number of days. You select the days you want, then select the Booking menu. Andras did an amazing job. It even creates a daily bookings sheet so you can see who has which iPads. To see this in action, go  here  and  File > Make a Copy (I won't be able to support you this is just provided to maybe give someone else a leg up, good luck!)