jawanndenn
A simple Web application for scheduling meetings and voting is an open source alternative to Doodle
#ˇjawanndenn Introduction and Tutorial **jawanndenn** is an easy-to-use web application for creating votes and scheduling meetings. It functions similar to Doodle, but is completely free, open source, and can be deployed and used on your own. --- ##Functional characteristics - Quickly create online voting (e.g. meeting time selection, event decisions) - 💬Support **Markdown** format (title, bold, italics, code, etc.) - The voting results are displayed in real time - Use directly through the browser - 💻Can also be run on the command line - 🧹Automatically clean up expired votes (can be set to one week or one month) --- ##Basic usage ### 1ˇ Open the application After deployment is complete, open the application to go to the homepage. ### 2ˇ Create a vote Click on **"New Poll"** and fill in the following information: | project| description| |------|------| | 🏷️ **Title **| Voting topics such as "Weekend Dinner Time"| | 🗳️ **Options **| Each row represents an option, such as a different date or time period| | **Lifetime **| Vote retention time, optional `"week"`(one week) or `"month"`(one month)| ** Example: ** ```json { "title": "Next team meeting time", "options": ["Monday 10:00", "Tuesday 14:00", "Wednesday 16:00"], "lifetime": "week" }




