Coder Social home page Coder Social logo

seratch / deno-request-time-off Goto Github PK

View Code? Open in Web Editor NEW

This project forked from slack-samples/deno-request-time-off

0.0 1.0 0.0 16 KB

A Run-on-Slack deno sample application showing off a time off request approval workflow

License: MIT License

TypeScript 100.00%

deno-request-time-off's Introduction

Run-on-Slack Deno Request Time Off Sample

This app contains a sample TypeScript project for use on Slack's next-generation hosted platform. The project models a time off request workflow. This request will get routed to their manager, who receives a direct message from this application with the request details along with two buttons they can interact with to approve or deny the request.

Guide Outline:


Supported Workflows

  • Request time off: Enter details for a time off request and route it to a manager for approval.

Setup

Before getting started, make sure you have a development workspace where you have permissions to install apps. If you don’t have one set up, go ahead and create one.

Install the Slack CLI

To use this sample, you first need to install and configure the Slack CLI. Step-by-step instructions can be found in our Quickstart Guide.

Clone the Sample App

Start by cloning this repository:

# Clone this project onto your machine
$ slack create my-time-off-app -t slack-samples/deno-request-time-off

# Change into this project directory
$ cd my-time-off-app

Create a Link Trigger

Triggers are what cause Workflows to run. These Triggers can be invoked by a user, or automatically as a response to an event within Slack.

A Link Trigger is a type of Trigger that generates a Shortcut URL which, when posted in a channel or added as a bookmark, becomes a link. When clicked, the Link Trigger will run the associated Workflow.

Link Triggers are unique to each installed version of your app. This means that Shortcut URLs will be different across each workspace, as well as between locally run and deployed apps. When creating a Trigger, you must select the Workspace that you'd like to create the Trigger in. Each Workspace has a development version (denoted by (dev)), as well as a deployed version.

To create a Link Trigger for the "Request Time Off" Workflow, run the following command:

$ slack trigger create --trigger-def triggers/trigger.ts

After selecting a Workspace, the output provided will include the Link Trigger Shortcut URL. Copy and paste this URL into a channel as a message, or add it as a bookmark in a channel of the Workspace you selected.

Note: this link won't run the Workflow until the app is either running locally or deployed! Read on to learn how to run your app locally and eventually deploy it to Slack hosting.

Running Your Project Locally

While building your app, you can see your changes propagated to your workspace in real-time with slack run. In both the CLI and in Slack, you'll know an app is the development version if the name has the string (dev) appended.

# Run app locally
$ slack run

Connected, awaiting events

Once running, click the previously created Shortcut URL associated with the (dev) version of your app. This should start a Workflow that opens a form used to collect data around your time off request!

To stop running locally, press <CTRL> + C to end the process.

Deploying Your App

Once you're done with development, you can deploy the production version of your app to Slack hosting using slack deploy:

$ slack deploy

After deploying, create a new Link Trigger for the production version of your app (not appended with (dev)). Once the Trigger is invoked, the Workflow should run just as it did in when developing locally.

Viewing Activity Logs

Activity logs for the production instance of your application can be viewed with the slack activity command:

$ slack activity

Project Structure

manifest.ts

The app manifest contains the app's configuration. This file defines attributes like app name and description.

slack.json

Used by the CLI to interact with the project's SDK dependencies. It contains script hooks that are executed by the CLI and implemented by the SDK.

/functions

Functions are reusable building blocks of automation that accept inputs, perform calculations, and provide outputs. Functions can be used independently or as steps in Workflows.

/workflows

A Workflow is a set of steps that are executed in order. Each step in a Workflow is a function.

Workflows can be configured to run without user input or they can collect input by beginning with a form before continuing to the next step.

/triggers

Triggers determine when Workflows are executed. A trigger file describes a scenario in which a workflow should be run, such as a user pressing a button or when a specific event occurs.

Resources

To learn more about developing with the CLI, you can visit the following guides:

To view all documentation and guides available, visit the Overview page.

deno-request-time-off's People

Contributors

filmaj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.