Frontend to Hackware Web Services and more

Felix Freeman 234ec00422 Missing copyright notice 4 years ago
public 96e56949d6 /add-funds/* views 4 years ago
src 234ec00422 Missing copyright notice 4 years ago
.editorconfig 8879b18317 Initial Vue project 4 years ago
.env f63a608b34 Fetcher class, to fetch things from hawese + VUE_APP_HAWESE_ENDPOINT env var. 4 years ago
.gitignore 8879b18317 Initial Vue project 4 years ago
COPYING 382e65fd01 AGPL license. 4 years ago
README.md f63a608b34 Fetcher class, to fetch things from hawese + VUE_APP_HAWESE_ENDPOINT env var. 4 years ago
babel.config.js 8879b18317 Initial Vue project 4 years ago
package-lock.json 6860716acc VAlert component, based on Bootstrap alert 4 years ago
package.json 6860716acc VAlert component, based on Bootstrap alert 4 years ago
vue.config.js bf6087c401 Base template based on Bootstrap4 with fake links and data 4 years ago

README.md

Hackware Userland

Frontend interface to various Hackware web services (not neccesarily part of the Hawese project). This project is running live on https://userland.hackware.cl.

Main goals

  • Allow users to interact with the Hawese wallet and pay backends.

Features

  • As user I can add money to my wallet so I'm able to back the provision of my services, even in the future. In this view I can select my preferred payment method and the amount to be paid.
  • As user I can see my wallet's current balance and owed transactions with expiration date (if there's any) in the same page where I can add money, so I can pay with all the relevant information available.
  • As user I can lookup my wallet's transaction history so I can easily check this information whenever I want.

Run it

Requirements

Installation

npm install # Installs dependencies

Depending on the enviroment you are working on, either development or production setup the .env.environment.local file with the APP_VUE_HAWESE_ENDPOINT environment variable corresponding to the endpoint of the hackware/hawese backend your instance of this frontend will communicate with.

Development

npm run serve # Compiles and hot-reloads
npm run lint # Lint and fix

Production

npm run build # Compiles and minifies

Copyright and licensing

Copyright 2019 Hackware SpA.

This project is licensed under the GNU Affero General Public License v3 or any later version.

Though crafted by me with Inkscape and subject to the same license as the rest of the project images on public/img/payment_methods/ might be subject to trademark or related restrictions.

Other images from - or based on - Unsplash images.

How to comply with license terms?

To comply with license terms you must provide the means to access the source code of your version of the software easily and free of charge to any person that has access to the software, even users which access through a network (i.e. web browser). I've provided an easy way to accomplish this requirement by adding a #userland_sourcecode link element on the sidebar which must always link to a clone of the source code you are running, if you have NOT made modifications to this proyect then it's OK to use the already provided URL.

Any modification or inclusion of this source code will inherit the same license, that is, it can't be sublicensed.

Other licensing options

If you want to use the software but are afraid of or can't comply with the license terms we can arrange other license terms for your case. Though most probably I'll not accept if you don't provide your modifications to the software back.