Skip to content

Commit

Permalink
chore(release): v0.1.2 "Octane"
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo Vidal committed Dec 24, 2020
2 parents dc5a71c + 5858863 commit bb1545c
Show file tree
Hide file tree
Showing 109 changed files with 5,484 additions and 2,457 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
'no-console': 0,
'no-debugger': 0,
'vue/html-indent': 2,
'vue/no-mutating-props': 1,
'vue/require-default-prop': 1,
'vue/attributes-order': 2,
'vue/this-in-template': 1,
Expand Down
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<img src="./public/img/logo-large.png" alt="Highest logo" height="150">
<h3>🧗‍ Your climbing best friend</h3>
<a href="https://highest.netlify.app">Website</a> — <a href="https://github.com/highest-app">GitHub</a> — <a href="https://trello.com/b/jymDf16G/highest-client">Trello</a> — <a href="./LICENSE">License</a>
<a href="https://highest.netlify.app">App</a> — <a href="https://highest-dev.netlify.app">Beta app</a> — <a href="https://github.com/highest-app">GitHub</a> — <a href="https://trello.com/b/jymDf16G/highest-client">Trello</a>
<br>
<a href="https://app.netlify.com/sites/highest/deploys">
<img src="https://api.netlify.com/api/v1/badges/7dc9a45b-de70-46bd-b876-2909f9a483e3/deploy-status" alt="Netlify Status"/>
Expand All @@ -22,7 +22,7 @@

## 📖 Table of Contents

- [❓ Why this application](#-why-this-application-)
- [❓ Why this application](#-why-this-application)
- [🌈 How it works](#-how-it-works)
- [🌎 Ecosystem](#-ecosystem)
- [Highest client](#highest-client)
Expand Down Expand Up @@ -52,7 +52,7 @@ statistics, a common database, account sync and [many more](https://trello.com/b

## 🌈 How it works

It's a website built on top of VueJS that saves all of user's data into browser's storage, meaning that any API is
It's a website built on top of [Vue.js](https://vuejs.org) that saves all of user's data into browser's storage, meaning no API is
required at the back.
Moreover, as it's a Progressive Web Application, it can load quickly and run offline.

Expand All @@ -66,23 +66,23 @@ devices.

### Highest client

- 📊 [Trello board](https://trello.com/b/jymDf16G/highest-client) : follow the development of the application and
- 📊 [Trello board](https://trello.com/b/jymDf16G/highest-client): follow the development of the application and
planned features
- 🖥 [Netlify dashboard](https://app.netlify.com/sites/highest/deploys) : get a view of recent deploys of the website,
- 🖥 [Netlify dashboard](https://app.netlify.com/sites/highest/deploys): get a view of recent deploys of the website,
so when new content is available. This public deploy log is a continuation of a fully open-source view.

### Highest components

- 📦 [Template](https://github.com/highest-app/template) : Front-end template used by Highest : Vue.js + Vuetify + A lot
- 📦 [Template](https://github.com/highest-app/template): Front-end template used by Highest : Vue.js + Vuetify + A lot
more
- 📜 [API definition](https://github.com/highest-app/api-definition) : view the architecture of the upcoming API
- 📜 [API definition](https://github.com/highest-app/api-definition): view the architecture of the upcoming API

## 💻 Development

Thank you for being interested in helping the application to grow by expanding its code ! Please follow these few steps
to get started. Note that you'll need on your local machine :

- Node.js v12+
- Node.js v12+ with package manager (npm, yarn)
- Git, in any form : CLI, UI, GitHub...

### Environment setup
Expand Down Expand Up @@ -139,13 +139,14 @@ the Vue CLI documentation.

## 📜 Credits

- Main libraries : [VueJS](https://vuejs.org), [Vuetify](https://vuetifyjs.com)
- Maintainer : [Théo Vidal](https://github.com/exybore)
- Maintainer : [Théo Vidal](https://github.com/theovidal)
- Main libraries : [Vue.js](https://vuejs.org), [Vuetify](https://vuetifyjs.com)
- Huge thanks to the many open-source package developers and [undraw](https://undraw.co) for the illustrations
- Contributors :
- [Hugo Lageneste](https://github.com/hugolgst) : Application logo, spanish translation
- [Hugo Lageneste](https://github.com/hugolgst): Highest logo, spanish translation

## 🔐 License

The Highest project is under the [GNU GPL v3](./LICENSE) license.

<img src="./public/img/logo.png" alt="logo small" width="150px"/>
<img src="./public/img/footer.svg" alt="footer" width="100%"/>
1 change: 0 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
'presets': [
'@vue/cli-plugin-babel/preset'
]
}
57 changes: 31 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "highest",
"version": "0.1.0",
"description": "🧗‍ An application to keep track of climbing activity",
"version": "0.1.2",
"description": "🧗‍Your climbing best friend. Highest is an application to keep track of climbing activity",
"homepage": "https://highest.netlify.app",
"keywords": [
"climbing",
Expand Down Expand Up @@ -35,40 +35,45 @@
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'"
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@mdi/font": "^5.1.45",
"core-js": "^3.6.5",
"@babel/polyfill": "^7.12.1",
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@mdi/font": "^5.8.55",
"compressorjs": "^1.0.7",
"core-js": "^3.7.0",
"flakeid": "^1.0.0",
"leaflet": "^1.6.0",
"leaflet-geosearch": "^2.7.0",
"moment": "^2.24.0",
"leaflet": "^1.7.1",
"leaflet-geosearch": "^3.1.0",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"qrcode": "^1.4.4",
"register-service-worker": "^1.7.1",
"roboto-fontface": "*",
"rss-parser": "^3.7.6",
"vue": "^2.6.11",
"vue-i18n": "^8.17.3",
"rss-parser": "^3.9.0",
"vue": "^2.6.12",
"vue-i18n": "^8.22.2",
"vue-qrcode-reader": "^2.3.15",
"vue-resource": "^1.5.1",
"vue-router": "^3.1.6",
"vue2-leaflet": "^2.5.2",
"vue-router": "^3.4.9",
"vue2-leaflet": "^2.6.0",
"vue2-leaflet-geosearch": "^1.0.6",
"vuetify": "^2.2.23",
"vuex": "^3.2.0"
"vuedraggable": "^2.24.3",
"vuetify": "^2.3.18",
"vuex": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-eslint": "^4.3.1",
"@vue/cli-plugin-pwa": "^4.3.1",
"@vue/cli-plugin-router": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"@vue/cli-plugin-babel": "^4.5.9",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/cli-plugin-pwa": "^4.5.9",
"@vue/cli-plugin-router": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"stylus": "^0.54.7",
"eslint": "^7.14.0",
"eslint-plugin-vue": "^7.1.0",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-i18n": "^0.6.1",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-template-compiler": "^2.6.11"
"vue-cli-plugin-i18n": "^1.0.1",
"vue-cli-plugin-vuetify": "^2.0.7",
"vue-template-compiler": "^2.6.12"
},
"eslintConfig": {
"root": true,
Expand Down
Binary file modified public/img/defaults/location.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/defaults/map-marker-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/defaults/map-marker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions public/img/footer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/icons/icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/icons/icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/icons/icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/icons/icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/icons/icon-384x384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/icons/icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/icons/icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/icons/icon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/img/illustrations/competitions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/img/illustrations/home-screen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bb1545c

Please sign in to comment.