-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master into develop #132
Open
tomislavmamic
wants to merge
6
commits into
develop
Choose a base branch
from
master
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Master into develop #132
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
5c3230e
Update hr.json (#111)
kkatusic 80f2c60
Update page.tsx (#110)
tomislavmamic 995c47e
Feat/Added icon lang inside language switcher (#106)
kkatusic d16ce8a
Feat/Change proposal forum format (#109)
kkatusic 443ff29
fix: remove dupe paragraph
435f2d4
Merge develop into master (#127)
tomislavmamic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -41,4 +41,4 @@ yarn-error.log* | |
|
||
.idea | ||
|
||
storybook-static | ||
storybook-static |
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,84 @@ | ||
# Contributing to Zazelenimo | ||
|
||
Thank you for your interest in contributing to Zazelenimo! We're excited to have you join our community of contributors working to improve participatory budgeting for green spaces. | ||
|
||
## 🚀 Getting Started | ||
|
||
1. Fork the repository | ||
2. Clone your fork: | ||
```bash | ||
git clone https://github.com/your-username/zazelenimo.git | ||
``` | ||
3. Create a new branch: | ||
```bash | ||
git checkout -b feature/your-feature-name | ||
``` | ||
|
||
## 💻 Development Setup | ||
|
||
1. Install dependencies: | ||
```bash | ||
pnpm i | ||
``` | ||
|
||
2. Start the development server: | ||
```bash | ||
pnpm dev | ||
``` | ||
|
||
## 🤝 Contribution Guidelines | ||
|
||
### Code Style | ||
- Follow the existing code style | ||
- Use meaningful variable and function names | ||
- Add comments for complex logic | ||
- Write clean, maintainable code | ||
|
||
### Commits | ||
- Use clear, descriptive commit messages | ||
- Follow conventional commits format: | ||
- `feat:` for new features | ||
- `fix:` for bug fixes | ||
- `docs:` for documentation changes | ||
- `style:` for formatting changes | ||
- `refactor:` for code refactoring | ||
- `test:` for adding tests | ||
- `chore:` for maintenance tasks | ||
|
||
### Pull Requests | ||
1. Update your fork to the latest main branch | ||
2. Test your changes thoroughly | ||
3. Update documentation if needed | ||
4. Create a pull request with a clear description of changes | ||
5. Link any related issues | ||
|
||
## 🐛 Reporting Issues | ||
|
||
- Use the GitHub issue tracker | ||
- Check if the issue already exists | ||
- Include clear steps to reproduce | ||
- Provide relevant system information | ||
- Add screenshots if applicable | ||
|
||
## 📝 Documentation | ||
|
||
- Update documentation for any new features | ||
- Keep the README.md up to date | ||
- Add inline comments for complex code | ||
|
||
## 🌍 Translations | ||
|
||
We welcome contributions to improve our Croatian translations or add new languages. Please contact the maintainers before starting significant translation work. | ||
|
||
## 🤔 Questions? | ||
|
||
- Check our [Documentation](https://docs.zazelenimo.com/) | ||
- Create a GitHub Discussion | ||
|
||
## 📜 Code of Conduct | ||
|
||
By participating in this project, you agree to abide by our Code of Conduct (see CODE_OF_CONDUCT.md). | ||
|
||
## 📄 License | ||
|
||
By contributing to Zazelenimo, you agree that your contributions will be licensed under the MIT License. |
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,7 @@ | ||
{ | ||
"drips": { | ||
"ethereum": { | ||
"ownedBy": "0xeADe5F65F6413758b3b29b6EE4514f787AECe468" | ||
} | ||
} | ||
} |
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,18 +1,61 @@ | ||
# muqa | ||
Municipal Quadratic Funding Initiative | ||
# 🌿 Zazelenimo - Municipal Quadratic Funding Initiative | ||
|
||
## Installation | ||
```bash | ||
# Install the pnpm package manager | ||
npm install -g pnpm # via npm | ||
brew install pnpm # or via homebrew | ||
## 🌍 About | ||
|
||
Zazelenimo is an innovative online platform for implementing participatory budgeting programs in cities, with a focus on green space projects. This pilot project, part of the Municipal Quadratic Funding Initiative (MUQA), is based on Ethereum technology and the concept of Quadratic Funding. | ||
|
||
### 🏙️ Current Implementation: Split, Croatia | ||
|
||
The current implementation is designed for the city of Split, allowing citizens to propose, discuss, and vote on green space projects. | ||
|
||
## 🚀 Features | ||
|
||
- 📝 Project Proposal Submission | ||
- 🗳️ Quadratic Funding Voting Mechanism | ||
- 💬 Public Discussion Forum | ||
- 🗺️ Interactive Project Map | ||
- 🌐 Multi-language Support (English and Croatian) | ||
|
||
## 🛠️ Technology Stack | ||
|
||
- Next.js | ||
- Ethereum Blockchain | ||
- Quadratic Funding Algorithm | ||
|
||
## 🏗️ Installation | ||
```bash | ||
# Install dependencies | ||
pnpm i | ||
|
||
# Run in dev environment | ||
pnpm dev | ||
|
||
# Build | ||
pnpm build | ||
|
||
# Run in dev environment | ||
pnpm dev | ||
``` | ||
|
||
## 🤝 Contributing | ||
|
||
We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for more details. | ||
|
||
## 📚 Documentation | ||
|
||
For more detailed information, please visit our [Documentation](https://docs.zazelenimo.com/). | ||
|
||
## 💬 Community | ||
|
||
Join our [Forum](https://forum.zazelenimo.com/) to participate in discussions and stay updated. | ||
|
||
## 🔗 Useful Links | ||
- [Live site](https://zazelenimo.com) | ||
- [MUQA Initiative](https://muqa.org) | ||
- [GitHub Repository](https://github.com/muqa-org/zazelenimo) | ||
- [Facebook Page](https://www.facebook.com/parkovisplit) | ||
|
||
## 🙏 Acknowledgements | ||
|
||
This project is funded by the Ethereum Foundation. | ||
|
||
## 📄 License | ||
|
||
This project is licensed under the [MIT License](LICENSE). |
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
❓ Verification inconclusive
New feature flags need documentation.
These feature flags control important application behavior. Ensure they're properly documented for other developers.
🏁 Script executed:
Length of output: 109
Documentation required for new feature flags
The environment variables defined in
apps/platform/.env.example
(lines 36–38) are not referenced in our Markdown documentation. Since these flags control significant application behavior, please add detailed documentation—such as an entry in the README or a dedicated section in our docs folder—that explains their purpose, acceptable values, and any impact on the application.NEXT_PUBLIC_ALLOW_ROUND_INPUT
NEXT_PUBLIC_USE_DUMMY_DATA
NEXT_PUBLIC_SHOW_PROJECTS_PAGE