Hacker News new | ask | show | jobs
by topliceanu 2314 days ago
> I built https://roleup.io roleup.io

This looks dope! thanks for sharing (and building it)

> And I'd be super interested to know which 60 services you use.

Apologies, I didn't make this clear enough. The company has 60 employees. How many apps/services do we use? Honestly, I don't know, but it's at least a couple of dozens. Here are some I interact with on a daily basis, with support for collaboration: Slack, Dropbox Paper, Google Docs/Sheets/Diagrams/Forms, Salesforce, LeanKit, Figma, Jira, Trello, Asana, Zendesk, etc.

> Going to the next level and trying to sync application data seems like it would be basically impossible.

I'm not sure I want to sync the data between the apps, it seems the duplication would make things worse! But it's interesting you propose that.

1 comments

> Slack, Dropbox Paper, Google Docs/Sheets/Diagrams/Forms, Salesforce, LeanKit, Figma, Jira, Trello, Asana, Zendesk

RoleUp handles most of those, but some don't offer user APIs.

What type of data are you looking to coordinate between the applications?

One hack that I've seen people do, though it takes a lot of work, is to push all kinds of data out of each respective service using stuff like Zapier, and into a shared Google Sheet for coordination. Then the Google Sheet itself has macros that push everything back into the sources via Zapier or others.

It's kind of a hack, but can work for specific use cases.