|
|
@ -13,23 +13,26 @@ an RGB color specification (e.g. `#000000` color code).
|
|
|
|
## User Stories
|
|
|
|
## User Stories
|
|
|
|
|
|
|
|
|
|
|
|
- [ ] User can specify a starting fill color as a six hexadecimal standard
|
|
|
|
- [ ] User can specify a starting fill color as a six hexadecimal standard
|
|
|
|
CSS color code in three individual components of two digits each - red,
|
|
|
|
CSS color code in three individual components of two digits each - red,
|
|
|
|
blue, and green.
|
|
|
|
blue, and green
|
|
|
|
- [ ] User can specify an increment value for each color component that will
|
|
|
|
- [ ] User can specify an increment value for each color component that will
|
|
|
|
be added to that component every .25 second.
|
|
|
|
be added to that component every .25 second
|
|
|
|
- [ ] User can see the box containing the fill color change every .25 seconds.
|
|
|
|
- [ ] User can see the box containing the fill color change every .25 seconds
|
|
|
|
- [ ] User can only change the color components and their increments when
|
|
|
|
- [ ] User can only change the color components and their increments when
|
|
|
|
the app is stopped.
|
|
|
|
the app is stopped
|
|
|
|
- [ ] User can start and stop the fill operation using a button whose name
|
|
|
|
- [ ] User can start and stop the fill operation using a button whose name
|
|
|
|
changes to 'Start' when stopped and 'Stop' when started.
|
|
|
|
changes to 'Start' when stopped and 'Stop' when started
|
|
|
|
- [ ] User will recieve an warning if something other than hexadecimal digits
|
|
|
|
- [ ] User will recieve an warning if something other than hexadecimal digits
|
|
|
|
are entered for the color components.
|
|
|
|
are entered for the color components
|
|
|
|
|
|
|
|
|
|
|
|
## Bonus features
|
|
|
|
## Bonus features
|
|
|
|
|
|
|
|
|
|
|
|
- [ ] User can change the time interval between color changes.
|
|
|
|
- [ ] User can change the time interval between color changes
|
|
|
|
- [ ] User can specify the color encoding format used from RGB to another
|
|
|
|
- [ ] User can specify the color encoding format used from RGB to another format like HSL
|
|
|
|
format like HSL.
|
|
|
|
|
|
|
|
|
|
|
|
## Trello Board
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
You can track your progress by cloning this [Trello Board](https://trello.com/b/ma9stKn2/color-cycle)
|
|
|
|
|
|
|
|
|
|
|
|
## Useful links and resources
|
|
|
|
## Useful links and resources
|
|
|
|
|
|
|
|
|
|
|
|