Giter VIP home page Giter VIP logo

gittalk's Issues

Outbound - send payload

payload = {
  user: message.user,
  text: message.text,
  image: message.image,
  room: room.id
}

Outbound - handle new message event

room id and apps property + message object gets sent to the send function imported from outboundController.js

outbound.send(<room-data>, <msg>);

Create App - DB schema

{
  name: 'string',
  owner: 'string',
  apiKey: 'string',
  endpoint: 'string',
  category: 'string'
}

Dashboard - Repo list

Each list item will contain:
Repo name,
Description,
Link to github repo,
Languages

Upload Images

Initial thoughts:
add "+" button in input view for image upload
send image to S3 to save
S3 returns url
add url to message object in db

Inbound - make handler function

server/handlers/inboundAppsHandler.js

currently contains one function called inbound that handles all inbound post requests

Create App - DB methods

findByOwner,
findByCategory,
findOneByName,
findOneByKey,
findOneByEndpoint,
findBySelector,
findOneBySelector,
insertOne,
UpdateOneByKey

Outbound - DB lookup

Not really needed for outbound, sending the payload off from within the db save

Bot API tests

  • appRequest handler
  • createApp component
  • edit Profile component spec
  • app DB controller
  • post '/apps' server route
  • inboundController
  • outboundController

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.