Skip to content

Commit ad1c314

Browse files
updated README
1 parent b8ea214 commit ad1c314

File tree

1 file changed

+31
-13
lines changed

1 file changed

+31
-13
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,33 @@
1-
<img width="100%" alt="banner-projets-2" src="https://github.com/user-attachments/assets/0a0d0741-9bf1-4ce6-ab8a-9adebbabbdf0" />
1+
<p align="center">
2+
<a href="https://github.com/suitenumerique/st-projects">
3+
<img width="100%" alt="Projets" src="https://github.com/user-attachments/assets/0a0d0741-9bf1-4ce6-ab8a-9adebbabbdf0" />
4+
</a>
5+
</p>
6+
<p align="center">
7+
<img alt="Node" src="https://img.shields.io/badge/node-22-green" />
8+
<img alt="Docker" src="https://img.shields.io/badge/docker-required-blue" />
9+
<img alt="License" src="https://img.shields.io/badge/license-MIT-blue" />
10+
</p>
211

312
# Projets
413

514
Projets is the project management tool for [La Suite territoriale](https://suiteterritoriale.anct.gouv.fr/).
615

716
Built on [Planka](https://github.com/plankanban/planka), it provides a customized Kanban-style interface designed specifically for teams managing territorial and digital transformation projects.
817

9-
![Node](https://img.shields.io/badge/node-22-green)
10-
![License]()
11-
1218
[![Deploy to Scalingo](https://cdn.scalingo.com/deploy/button.svg)](https://my.scalingo.com/deploy?source=https://github.com/suitenumerique/st-projects)
1319

1420
## 🎯 Features
1521

16-
- **Project Management**: Create projects, boards, lists, cards, labels, and tasks
17-
- **Collaboration**: Add card members, track time, set due dates, add attachments, write comments
18-
- **Rich Content**: Markdown support in card descriptions and comments
19-
- **Filtering**: Filter by members and labels
20-
- **Real-time Updates**: Live synchronization across all clients
21-
- **Notifications**: Internal notification system
22-
- **Internationalization**: Multiple interface languages (French, English)
23-
- **Single Sign-On**: OpenID Connect (OIDC) authentication via Keycloak
24-
- **Modern UI**: Built with React and modern design components
22+
- πŸ“Š **Project Management**: Create projects, boards, lists, cards, labels, and tasks
23+
- 🀝 **Collaboration**: Add card members, track time, set due dates, add attachments, write comments
24+
- ✍️ **Rich Content**: Markdown support in card descriptions and comments
25+
- πŸ” **Filtering**: Filter by members and labels
26+
- ⚑ **Real-time Updates**: Live synchronization across all clients
27+
- πŸ”” **Notifications**: Internal notification system
28+
- 🌍 **Internationalization**: Multiple interface languages (French, English)
29+
- πŸ” **Single Sign-On**: OpenID Connect (OIDC) authentication via Keycloak
30+
- 🎨 **Modern UI**: Built with React and modern design components
2531

2632
## πŸ—οΈ Architecture
2733

@@ -139,6 +145,18 @@ The development environment includes:
139145
- [React Documentation](https://react.dev/)
140146
- [Keycloak Documentation](https://www.keycloak.org/documentation)
141147

148+
## 🀝 Contributing
149+
150+
We welcome contributions! Please:
151+
152+
1. Fork the repository
153+
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
154+
3. Commit your changes (`git commit -m 'Add amazing feature'`)
155+
4. Push to the branch (`git push origin feature/amazing-feature`)
156+
5. Open a Pull Request
157+
158+
For major changes, please open an issue first to discuss what you'd like to change.
159+
142160
## License πŸ“
143161

144162
This work is released under the MIT License (see [LICENSE](https://github.com/suitenumerique/messages/blob/main/LICENSE)).

0 commit comments

Comments
Β (0)