Skip to content

jamigibbs/manage-gifts

development
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status

Manage Gifts

Step away from the spreadsheet and manage your gift giving like a boss.

Planned Features

  • Chrome Extension to add gifts while browsing online
  • Dashboard stats/metrics
  • Gift recommendations
  • Gift list drag/drop custom ordering
  • Search functionality
  • Add a personal text or note to gifts
  • Responsive design for mobile
  • Export gift list to PDF

Gitflow

Features

All features are developed on feature/... branches. A feature branch will submit a pull request into the development branch.

Releases

Approved feature branches are merged into development and the development branch is tested.

At deployment time, development is merged into master and a tag is assigned. This tag is named with semantic versioning and becomes the latest release.

Bugs after release

Any bugs/regressions found after the release are dealt with using a hotfix/... branch. A hotfix branch will be tested and merged in the same way as standard release branches.

Documentation

A WIP development documentation system is available in the docs folder. Generated by documentation.js.

To run an update of the documentation page:

documentation build client/** -f html -o docs