Code Monkey home page Code Monkey logo

airflow_beta's Introduction

airflow_beta's People

Contributors

db0sch avatar hidehiro98 avatar

Watchers

 avatar

airflow_beta's Issues

Front end mystery

Why the height of card-left-bottom-row-dummy in the request card view will become the 43% size of CSS.
e.g. height: 80px; -> 35px in the view

How to make card-left-header in the request card responsive. I want fix these.
2017-08-07 14 38 48
2017-08-07 14 49 53

add pundit for authorization

  • add validates for not displaying the requests of other team

  • add request policy, update view file and update sent requests controller

  • add comment policy and update view file

  • add receiver policy, update view file and update received requests controller

Status list of request

individual receiver

  • pending: 0
  • accepted: 1
  • rejected: 2
  • commented: 3

request

  • pending: 0 (default status)
  • accepted: 1 (all receiver accepted)
  • rejected: 2 (at least one receiver rejected)
  • commented: 3 (at least one receiver rejected) -> rejected ?

add search function

  • search target requests are limited to requests user created and requests user received
  • Do we need super user who can search all requests in the team?

Routes (URL scheme)

Using created_requests_controller and received_reqeusts_controller

URL example with sub domain (we implement later)
team_name.airflow.com/requests

Create mailing function

  • when receiving requests
  • when requests approved, rejected or commented
  • when successfully created request and comment

Status in Japanese

Based on this issue #5

  • pending: 保留
  • accepted: 承認
  • rejected: 却下
  • commented: 差戻し
  • canceled: キャンセル

Fix 500 error in Heroku when creating new request

2017-08-04T06:38:52.449500+00:00 app[web.1]: D, [2017-08-04T06:38:52.449354 #4] DEBUG -- : [4628bf31-5b24-4397-8f18-2e9bc8cd22ce]   User Load (5.9ms)  SELECT "users".* FROM "users" WHERE "users"."id" = 5
2017-08-04T06:38:52.497167+00:00 app[web.1]: I, [2017-08-04T06:38:52.497025 #4]  INFO -- : [4628bf31-5b24-4397-8f18-2e9bc8cd22ce] Completed 500 Internal Server Error in 82ms (ActiveRecord: 7.0ms)
2017-08-04T06:38:52.497991+00:00 app[web.1]: F, [2017-08-04T06:38:52.497912 #4] FATAL -- : [4628bf31-5b24-4397-8f18-2e9bc8cd22ce]   
2017-08-04T06:38:52.498213+00:00 app[web.1]: F, [2017-08-04T06:38:52.498143 #4] FATAL -- : [4628bf31-5b24-4397-8f18-2e9bc8cd22ce] NoMethodError (undefined method `title=' for #<Request:0x000000051b4658>):
2017-08-04T06:38:52.498293+00:00 app[web.1]: F, [2017-08-04T06:38:52.498222 #4] FATAL -- : [4628bf31-5b24-4397-8f18-2e9bc8cd22ce]   
2017-08-04T06:38:52.498382+00:00 app[web.1]: F, [2017-08-04T06:38:52.498308 #4] FATAL -- : [4628bf31-5b24-4397-8f18-2e9bc8cd22ce] app/controllers/requests_controller.rb:18:in `create'

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.