1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-23 03:44:45 +03:00
Commit Graph

22 Commits

Author SHA1 Message Date
Sean Chalmers
7b5ca8c97a Image now loads via HTTPS.
Image link in README should no longer trigger 'insecure content' warnings,
the link was reading from a non-HTTPS source.

Other rewordings and minor refactors
2017-09-14 14:01:47 +10:00
Sean Chalmers
3a8a44be9f Wording updates / fixes typos 2017-09-05 15:53:21 +10:00
Sean Chalmers
b69770bdbc Name changes to Applied name.
Wording and phrasing updates. Some functions changed around a bit to
be slightly less 'weird'.
2017-09-05 13:53:05 +10:00
Sean Chalmers
b3e15c2acd Wording updates
Changed the wording of some sections. Added more info to some of the
exercise README files.

Added some more structure to the tests exercise to make it a little
less open. Still undefined sections but there is a bit more guidance
about what things might look like.

Preparation for the name change to 'Applied' instead of 'Advanced'
2017-09-05 11:34:56 +10:00
Sean Chalmers
a16b8d5849 All projects now compile without error. Certain warnings have been suppressed at a module level. Some types have been added back in to grease the wheels of getting underway 2017-09-01 14:27:41 +10:00
Tony Morris
89cd170dfa fix some parts of readme 2017-09-01 09:32:42 +10:00
Sean Chalmers
b6d7786f92 More readme updates
Added a note about ghcid
2017-08-31 14:25:32 +10:00
Sean Chalmers
6d53d60c51 Messing with the image on the README 2017-08-31 11:50:50 +10:00
Sean Chalmers
91d9dd90b3 Documentation updates.
Readme install and setup instructions improved. Added note about course being
designed for use in a guided environment. Made the FUTURE_PLANS a little less
self-interested.
2017-08-30 15:42:46 +10:00
Sean Chalmers
d913dfc49a Updated README 2017-08-24 16:23:07 +10:00
Sean Chalmers
b03e157054 Fix up README a bit.
Add FUTURE_PLANS with mad science for future levels.
2017-08-24 16:06:48 +10:00
Sean Chalmers
bb6572f434 Updated README 2017-08-18 16:14:54 +10:00
Sean Chalmers
2280b394c9 Updated README / Added Level07
Level 07 contains the addition of the ExceptT transformer for error handling in
the existing AppM from Level 06. Extends teh AppM to the DB layer.

Updated README with status
2017-08-17 16:48:54 +10:00
Sean Chalmers
803e6c58e9 Clean Up
Don't need the extra status declarations for some of the Hspec tests
at level04 as hspec-wai assumes 200 until told otherwise.

Removed Hedgehog from level04 tests, don't have a good use case.
2017-08-11 15:54:21 +10:00
Sean Chalmers
e701b91a7b Add Level 04
Level 04 contains some testing fun.

Removed spurious yaml file from level03.

Update README.

Have noticed irritating snafu RE the app structure. Not built as a
library in other levels, will fix.
2017-08-11 10:40:05 +10:00
Sean Chalmers
d3e3ddfaad Updated list of exercise plans 2017-08-10 16:25:08 +10:00
Sean Chalmers
57b72204be Added two stages.
Level 01 : Absolute Starting Point
- possibly too basic

Level 02 : Start specifying an application and filling it out
- needs more detail about the spec we're trying to build

README adjustments.
2017-08-09 13:06:21 +10:00
Sean Chalmers
b19814fac8 Boss fights, steps. 2017-08-08 09:45:19 +10:00
Sean Chalmers
75738437f6 Moar 2017-08-07 17:14:29 +10:00
Sean Chalmers
2cdb401522 Formatting twiddles 2017-08-07 16:26:56 +10:00
Sean Chalmers
c7252bcf43 Started chipping away at progression.
Settled on postgresql-simple for DB layer for now.

Selda / Opaleye to come later in a Bonus Round.
2017-08-07 16:23:32 +10:00
Sean Chalmers
0d20a7341e Initial commit
Added README, gitignore. Still straight to master for now.
2017-08-07 13:21:51 +10:00