-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into frepe/barista-hub
- Loading branch information
Showing
313 changed files
with
6,314 additions
and
2,942 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
coffeeCardUrl="https://beta.analogio.dk/api/clippy" | ||
coffeeCardUrl="https://core.dev.analogio.dk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
coffeeCardUrl="https://analogio.dk/clippy" | ||
coffeeCardUrl="https://core.prd.analogio.dk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Device (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- App Version [e.g. 1.0.0] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Documentation update | ||
about: Propose a documentation improvement | ||
title: '' | ||
labels: 'documentation' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the change** | ||
A clear and concise description of what the change is. | ||
|
||
**Why is this change necessary?** | ||
Explain why the documentation needs to be updated and how the proposed change improves it. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the proposed change here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: 'enhancement' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Question/Discussion | ||
about: Ask a question or start a discussion | ||
title: '' | ||
labels: 'discuss' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the topic** | ||
Briefly describe what you would like to discuss. | ||
|
||
**Additional context** | ||
Add any other context or details here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# This workflow was added by CodeSee. Learn more at https://codesee.io/ | ||
# This is v2.0 of this workflow file | ||
on: | ||
push: | ||
branches: | ||
- develop | ||
pull_request_target: | ||
types: [opened, synchronize, reopened] | ||
|
||
name: CodeSee | ||
|
||
permissions: read-all | ||
|
||
jobs: | ||
codesee: | ||
runs-on: ubuntu-latest | ||
continue-on-error: true | ||
name: Analyze the repo with CodeSee | ||
steps: | ||
- uses: Codesee-io/codesee-action@v2 | ||
with: | ||
codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }} | ||
codesee-url: https://app.codesee.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,57 @@ | ||
# Coffee card App [in development] | ||
<p align="center"> | ||
<img src="readme_logo.png" alt="Coffee Card App Logo" width="200"> | ||
</p> | ||
|
||
![Flutter build and test](https://github.com/AnalogIO/coffeecard_app/workflows/Flutter%20build%20and%20test/badge.svg) [![codecov](https://codecov.io/gh/AnalogIO/coffeecard_app/branch/master/graph/badge.svg)](https://codecov.io/gh/AnalogIO/coffeecard_app) | ||
<p align="center"> | ||
<a href="https://github.com/AnalogIO/coffeecard_app/actions"> | ||
<img alt="Build and test" src="https://github.com/AnalogIO/coffeecard_app/actions/workflows/build.yml/badge.svg"> | ||
</a> | ||
<a href="https://codecov.io/gh/AnalogIO/coffeecard_app"> | ||
<img alt="codecov" src="https://codecov.io/gh/AnalogIO/coffeecard_app/branch/develop/graph/badge.svg"> | ||
</a> | ||
<a href="https://opensource.org/licenses/MIT"> | ||
<img src="https://img.shields.io/badge/license-MIT-purple.svg" alt="License: MIT"> | ||
</a> | ||
</p> | ||
|
||
**Contact** AnalogIO at *support [at] analogio.dk* | ||
--- | ||
|
||
We are rewriting our Coffee card app for Cafe Analog to a new cross platform one in Flutter. The app | ||
allows users to buy and use clip cards in Cafe Analog @ IT University of Copenhagen. | ||
<p align="center"> | ||
Brew the best coffee experience at <a href="https://cafeanalog.dk">Cafe Analog</a> with our new cross-platform app, designed and coded in Flutter. | ||
Buy and use digital clip cards at our cafe located at the <a href="https://itu.dk">IT University of Copenhagen</a>. | ||
</p> | ||
|
||
## SDKs | ||
<p align="center"> | ||
<strong>Contact AnalogIO at: </strong><em>support [at] analogio.dk</em> | ||
</p> | ||
|
||
We are building the Flutter app with these SDK versions | ||
--- | ||
|
||
| SDK | Version | | ||
| ------- | ------- | | ||
| Dart | >=2.18.0 <3.0.0 | | ||
| Flutter | 3.7.8 | | ||
## 🛠️ SDKs | ||
|
||
## Relevant READMEs | ||
The application is brewed using these SDK versions: | ||
|
||
- [Contribution guidelines](CONTRIBUTING.md) `CONTRIBUTING.md` | ||
- [Testing guidelines](test/README.md) `test/README.md` | ||
- [Generated CoffeeCardApi](lib/data/api/README.md) `lib/persistence/api/README.md` | ||
| SDK | Version | | ||
| ------- | -------------- | | ||
| Dart | >=3.0.0 <4.0.0 | | ||
| Flutter | 3.10.2 | | ||
|
||
## Getting started | ||
## 📚 Documentation | ||
|
||
This project relies on autogenerated files for environment configuration and testing. To generate these files run `make generate`. | ||
For more details, please refer to our documentation: | ||
|
||
A **.env.develop** should be present in the root directory before running code generation. This file should contain the URI of the backend API in the format `coffeeCardUrl="https://the-url"`. | ||
- [Contribution Guidelines](CONTRIBUTING.md) | ||
- [Testing Guidelines](test/README.md) | ||
- [Generated CoffeeCard API](lib/data/api/README.md) | ||
|
||
## 🔧 Getting Started | ||
|
||
This project relies on autogenerated files for environment configuration and testing. Follow the steps below to get started: | ||
|
||
1. Ensure a `.env.develop` file is present in the root directory. This file should contain the URI of the backend API in the format `coffeeCardUrl="https://the-url"`. | ||
|
||
2. Run the command `make generate` to generate necessary files. | ||
|
||
## 📬 Contact | ||
|
||
For any queries, feel free to reach us at: <em>support [at] analogio.dk</em> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.