Git Product home page Git Product logo

tasks-manager's Introduction

DonorBox Test App

Test App for DonorBox

Setup

git clone [email protected]:hussainakram/donorbox-test.git
cd donorbox-test

Check your Ruby and rails version

ruby -v

The output should be like ruby 2.7.2

rails -v

The output should be like Rails 6.1.3.2

Install dependencies

Install PostgreSQL

Using Bundler and Yarn:

bundle && yarn

Initialize the database

rails db:create db:migrate db:seed

Serve

rails s

tasks-manager's People

Contributors

hussainakram avatar

Watchers

James Cloos avatar  avatar

tasks-manager's Issues

Integrate Activecampaign

Feature Details

  • After the e-mail is confirmed, send this account data to ActiveCampaign CRM as a contact using their API, also recording the active campaign contact id in our database, so we can track it in the future. The created contact needs to be subscribed to the list with ID 1
  • Add ActiveCampaign tag "First task created" after the user creates the first task (Tag ID: 1), making sure duplicated integrations will not occur in the case the user deletes all the tasks and create the "first" task record again

Add searching functionality for tasks

Feature Details

  • On this dashboard, the user needs to be able to filter the list of tasks searching by status, creation date, and task title (case insensitive)

Add CRUD for tasks

Details

Add CRUD for tasks and relate it to users. Add unit and controller tests for tasks


The first logged page of this application will be a task manager dashboard, from where the user should be able to reach the forms to create, update or delete tasks. For now, the tasks need only to have a title and a status (Open, Work in Progress, Closed)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.