Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juancastillo0/task_voting
Voting and Task Scheduling.
https://github.com/juancastillo0/task_voting
scheduled-tasks scheduler tasks voting voting-methods
Last synced: 25 days ago
JSON representation
Voting and Task Scheduling.
- Host: GitHub
- URL: https://github.com/juancastillo0/task_voting
- Owner: juancastillo0
- License: mit
- Created: 2022-07-13T04:02:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T01:18:41.000Z (11 months ago)
- Last Synced: 2024-10-03T08:02:58.561Z (about 1 month ago)
- Topics: scheduled-tasks, scheduler, tasks, voting, voting-methods
- Language: Dart
- Homepage: https://juancastillo0.github.io/task_voting/
- Size: 21.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# task_voting
```
fvm flutter pub run build_runner watch --delete-conflicting-outputs
```- Create votes
- add description, images for each item to choose
- share authenticated links
- save results
- handle/communicate uncertainty
- ask for different types of choices
- sorted
- 1-vs-1
- best
- least bad
- assign points
- predefined templates ICE
- add custom parameters with different weights
- cost, resources, time, difficulty, impact, uncertainty, helpfulness, alignment
- download results
- maybe generic forms/questionnaires## Getting Started
This project is a starting point for a Flutter application that follows the
[simple app state management
tutorial](https://flutter.dev/docs/development/data-and-backend/state-mgmt/simple).For help getting started with Flutter development, view the
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.## Assets
The `assets` directory houses images, fonts, and any other files you want to
include with your application.The `assets/images` directory contains [resolution-aware
images](https://flutter.dev/docs/development/ui/assets-and-images#resolution-aware).## Localization
This project generates localized messages based on arb files found in
the `lib/src/localization` directory.To support additional languages, please visit the tutorial on
[Internationalizing Flutter
apps](https://flutter.dev/docs/development/accessibility-and-localization/internationalization)