Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkoers/fmug
Migration of FMUG.eu from WordPress to own Rails APP
https://github.com/pkoers/fmug
lewagon rails-application
Last synced: about 1 month ago
JSON representation
Migration of FMUG.eu from WordPress to own Rails APP
- Host: GitHub
- URL: https://github.com/pkoers/fmug
- Owner: pkoers
- Created: 2022-09-16T09:29:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T19:02:27.000Z (almost 2 years ago)
- Last Synced: 2024-09-26T16:03:20.545Z (about 2 months ago)
- Topics: lewagon, rails-application
- Language: Ruby
- Homepage:
- Size: 12.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flight Management User Group (FMUG)
Twice a year, the FMUG holds a conference to share updates, experiences, etc. Information on these conferences is shared on [FMUG.EU](https://FMUG.EU), which is hosted on a free WordPress instance with mandatory advertisment. The information on the website consists of conference dates, location information, etc.## Project Goal
The goal is to move away from the WordPress instance and implement an independent site running on the Ruby on Rails framework. First feature to implement is to show information posted by the Chair and Vice-Chair.
Additional Features include:
- Communication tool with the chair and vice-chair
- Distribution list for conference invites
- Registering form for upcomming conferences and to add agenda items
- ...## Status
The current status is: initial stage![Status](https://img.shields.io/github/last-commit/pkoers/fmug?style=for-the-badge)
![Open Issues](https://img.shields.io/github/issues/pkoers/fmug?style=for-the-badge)## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## Credits
Rails app generated with [lewagon/rails-templates](https://github.com/lewagon/rails-templates), created by the [Le Wagon coding bootcamp](https://www.lewagon.com) team.