35
0
Fork 0
Mainly on GitHub! TOOD: Add Github CI which pushes to Foregejo (or migrate issues over here and close GH repo) https://github.com/voc/wink
  • Ruby 56.3%
  • Haml 33.1%
  • HTML 4.2%
  • SCSS 4%
  • JavaScript 2.3%
Find a file
2022-08-23 12:11:30 +02:00
app feat: show already missing or broken items in checklist edit view 2022-08-23 12:11:30 +02:00
bin tests: added rspec 2018-09-26 21:55:23 +02:00
config add import for transports 2019-09-17 01:12:16 +02:00
db add migration and comment 2019-09-18 00:28:46 +02:00
doc fixed dia plan 2018-08-24 22:37:26 +02:00
lib mqtt: added more sleeps to avoid flooding 2018-10-13 12:48:37 +02:00
log initial commit 2018-08-14 22:34:25 +02:00
public initial commit 2018-08-14 22:34:25 +02:00
spec fix tests 2019-05-26 21:12:18 +02:00
storage initial commit 2018-08-14 22:34:25 +02:00
test initial commit 2018-08-14 22:34:25 +02:00
tmp initial commit 2018-08-14 22:34:25 +02:00
vendor initial commit 2018-08-14 22:34:25 +02:00
.gitignore tests: added SimpleCov to test coverage 2018-09-26 22:03:52 +02:00
.rspec tests: added rspec 2018-09-26 21:55:23 +02:00
.ruby-version initial commit 2018-08-14 22:34:25 +02:00
config.ru fixed env stuff for production deployement 2018-08-23 14:07:30 +02:00
Gemfile add postgres to Gemfile 2019-11-29 08:31:11 +00:00
Gemfile.lock gemfile.lock 2021-10-27 20:55:34 +02:00
importer.rb added basic and tmp importer for case inventory 2018-08-17 09:36:47 +02:00
package.json initial commit 2018-08-14 22:34:25 +02:00
Rakefile initial commit 2018-08-14 22:34:25 +02:00
README.md readme: documented API status 2018-10-09 18:16:50 +02:00

(W)o (i)st mei(n)e Winke(k)atze?

C3VOC inventory and transport planning interface.

Install

Clone repository.

 git clone https://github.com/voc/wink;
 cd wink

Install dependencies.

 bundle install

Create database and add test data.

 rake db:drop db:create db:migrate db:seed

Run application

 bin/rails server

API

A real API is not implemented yet. Nevertheless you cann call .json to some of the views to get an JSON output:

GET /check_lists.json
GET /check_lists/:id.json

events, items and cases are also ready for this.

Deployment

It is highly recommended to deploy this application with passenger or comparable webservers.

License

Copyright (c) 2018, c3voc
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.