GithubHelp home page GithubHelp logo

piglet's Introduction

Piglet

Helping families meet their goals

Contributing

Piglet is happy to receive contributions any way they come. Bug reports, feature requests, and code contributions are all welcome and appreciated.

Please note that all code contributions to the project will be accepted under the project license. If you would like to submit your contribution under a different license, it will not be accepted.

Dependencies

Piglet is a pretty standard Laravel application. In order to build and run, you will need:

Note that Piglet has only ever officially been tested to develop and run on Linux. If you're having trouble installing the dependencies, Laravel Homestead should provide a viable development environment.

Installation

Clone the repository and install the project dependencies:

git clone [email protected]:noahheck/piglet piglet

cd piglet

composer install

npm install

Copy the .env.example file to .env, then generate a Laravel application key:

cp .env.example .env

./artisan key:generate

Use your text editor to change the relevant values to suit your environment, including:

  • DB_DATABASE
  • DB_USERNAME
  • DB_PASSWORD

You might also wish to configure your environment with appropriate MAIL parameters if you want to send emails. See the Laravel documentation.

Execute the database migrations:

./artisan migrate

Running the Application

Start the Artisan development server:

./artisan serve

Open another terminal in the project root and ask node to compile the javascript resources and watch for changes:

npm run watch

Open your web browser and navigate to: http://localhost:8000 (probably, your port may be different).

piglet's People

Contributors

noahheck avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

piglet's Issues

Allow families to be archived

  • Archive family screen accessible from the Edit Family screen
  • Remove archived families from the home screen carousel
  • All families view (including archived families) accessible from the main Home screen (including from the default "Create Family" screen if no access to any families has been established)
  • Unarchive family from the Edit Family screen
  • Verify the family is not archived in the daily calendar email process
  • Help pages

Collapse the cfp home screen year options by default

It's cluttered and overwhelming to see so many options at one time when navigating to the CFP of choice. Collapse the year options for all except the current year and allow the user to expand their choice of year options.

Update the CFP Recurring Expense form view to look better

Several of the fields are read-only so there's really no reason for them to be form fields at all. Making them labels will make it look better.

Also, make sure to provide a link (open in a new window/tab) to the Recurring Expense's view. This will accomplish what I wanted with #19.

Need to create some kind of task scheduling/reminding functionality

I want to be reminded every year that in July I have to have the sprinkler backflow testing guy test our system.

I also want to be reminded to include the registration for the pickup in the Cash Flow Plan for July.

I need a way to add and view these types of recurring tasks and expenses so I remember to get them done appropriately.

Export calendar

I really want a way to show my piglet calendar in my other calendar apps.

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.