Liste is a web-based task and project managing application ideal for small teams with many items to accomplish. Upon sign up, users can register as either a manager or regular teammate. Teammates are able to see all lists (also called projects), tasks, and assignments. Managers have all the same functionality, but also have the ability to assign tasks and due dates to specific teammates. You can see this app live at: https://morning-refuge-29534.herokuapp.com/.
Liste requires the omniauth-facebook and bcrypt gems to facilitate secure login. It is recommended that the latest versions are used to ensure user data is secure.
Liste can be run on a local rails server. Fork and clone this repository, then enter the following command in your terminal: $ rails s This will default to running on http://localhost:3000 in your browser. The database is configured using PostgreSQL so the application can also be deployed on Heroku.
Pull requests for new features and bug fixes are welcome!
Copyright 2019 Nicole Dow
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.