Legal Documentation – NOOAL Platform
This repository contains the legal documentation for the NOOAL platform provided by Alpine Innovations AG.
Overview
NOOAL is a digital retail management system available at nooal.app. This repository contains all legal agreements and policies governing the use of the platform and associated services.
Company Information
Alpine Innovations AG
Chamerstrasse 176
6300 Zug, Switzerland
Documents
Core Agreements
- Terms and Conditions – Main contractual terms governing the use of NOOAL platform
- Order Form – Template for service agreements and key terms
- Data Processing Agreement – GDPR compliance and data processing terms
Policies
- Acceptable Use Policy – Guidelines for proper use of the platform
Key Features
- Pay-as-you-go licensing model based on active points of sale
- Comprehensive data protection compliance
- Clear usage guidelines and restrictions
- Flexible service agreements
Getting Started
- Review the Terms and Conditions
- Complete the Order Form with your specific requirements (includes pricing details)
- Sign the Data Processing Agreement if handling personal data
- Familiarize yourself with the Acceptable Use Policy
Contact
For legal questions or contract negotiations, please contact Alpine Innovations AG directly.
Link References
The following external links are referenced in the legal documents:
Website URLs:
nooal.app
– Platform location (README.md:7, terms_and_conditions.md:5)https://www.nooal.com/legal/privacy-policy
– Privacy Policy (terms_and_conditions.md:112)https://nooal.com/legal/dpa
– Data Processing Agreement (terms_and_conditions.md:118)https://www.nooal.com/brand-guidelines
– Brand Guidelines (terms_and_conditions.md:140)
Email Addresses:
[email protected]
– Data protection contact (data_processing_agreement.md:17)[email protected]
– Sales contact (terms_and_conditions.md:152)[email protected]
– Support contact (terms_and_conditions.md:173)[email protected]
– Legal contact (acceptable_use_policy.md:66)
Note: All external links point to Alpine Innovations’ NOOAL platform domains. Update these locations when links change.
How to merge to main and create a release
You should always work on branch ‘dev’ when making changes. Once you are ready:
- Merge to main branch:
git checkout main
git merge dev
git push origin main
- Create and push a tag for the release:
git tag -a v1.0.0 -m “Release v1.0.0: Initial legal documentation”
git push origin v1.0.0
- Create a GitHub release:
gh release create v1.0.0 –title “v1.0.0 – Initial Legal Documentation” –notes “Initial release of NOOAL platform legal
documentation including Terms & Conditions, Data Processing Agreement, Acceptable Use Policy, and Order Form template.”
Alternative: You can also create the release through GitHub’s web interface:
- Go to your repository on GitHub
- Click “Releases” → “Create a new release”
- Choose tag v1.0.0
- Add title and description
- Click “Publish release”
The tag v1.0.0 follows semantic versioning – use v1.0.1 for patches, v1.1.0 for minor updates, v2.0.0 for major changes.