1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-21 00:24:27 -05:00

67 Commits

Author SHA1 Message Date
Drew Larson
882e17f27b Add id field. 2017-05-23 19:27:57 -06:00
Drew Larson
5d85579a4f Clean up from rebase. 2017-05-23 19:27:56 -06:00
Drew Larson
d1a1771031 Add members endpoint. 2017-05-23 19:25:36 -06:00
Drew Larson
18a1a5d6a9 Add new line. 2017-05-23 19:25:36 -06:00
Drew Larson
508e57274f Add field. (#55) 2017-05-23 19:24:30 -06:00
Drew Larson
5d840ac0a4 Fix: Search path supports queries with all non-whitespace characters. (#53) 2017-05-23 18:39:44 -06:00
Drew Larson
96dd5aa925 Centre login form across all devices. (#49)
* Centre login window on tablet, phones and desktop.
2017-05-17 22:07:43 -06:00
Drew Larson
3ddaed0041 Add fields to track member creation and edit datetimes (#48)
* Add created and updated fields.
2017-05-17 22:06:59 -06:00
Drew Larson
32416d6b8f Allow more date formats (#47)
* Update moment version.

* Add more allowable date formats.

* Field should not be required.
2017-05-17 21:29:46 -06:00
Drew Larson
6764c289ff Merge last couple of months of work (#45)
* Load webpack only in debug.

* Clean up.

* Pin versions because problems

* Add licence. (#40)

* Disable form until valid. (#42)

* Allow input height to be greater than 24px. (#41)

* Add youth payment type. (#43)
2017-05-17 20:17:26 -06:00
Drew Larson
b2e30d34d3 Add build visit (#36)
* Add build sign-in option.

* Test can signin in with build.

* Add build option.
2017-02-19 12:10:04 -06:00
Drew Larson
49f37ed492 Add member notes (#35)
* Linting.

* Clean up.

* Hope this makes installs better.

* Rework edit member form with notes and banned and suspended.

* Add slack notifications.

* Display new member statuses.

* Update docker run command

migrate, collectstatic, and rebuild_index

* Formatting and only push when master.

* Don’t need this for an edit page.

* More meaningful action.

* Add testing requirements.

* Run tests during build.

* Use prod settings for testing.

* Nail down the order of those tests.
2017-02-16 22:53:49 -06:00
Drew Larson
960e107415 Not sure why these aren't in master but here we go! (#34)
* Load webpack only in debug.

* Second stab at buildfile.

* Move button.

* Add new line.

* Linting.

* Spelling mistake.

* Clean up.

* Use babel-polyfill.

* Updated Configuration Files for Fresh Install
2017-02-16 21:17:47 -06:00
Drew Larson
560141298a Refactor member list to be searchable (#27)
Trigger!

* Added members API endpoint.

* Stubbed out member table.

Search is broken.

* Better, faster member search!

* Add add member button.
2017-01-24 19:50:23 -06:00
Drew Larson
2815f2b035 Remove material design-style date pickers (#25)
* Remove date picker.

* Update path.

* Add hint to label.

* Remove unneeded JS.

* Add shipable config.

* Styles no longer needed.

* Move.

* Add docker integration.

* Add better layer caching.

* Not needed.

* Specify host.

* Tag image.

* add push
2017-01-23 13:42:51 -06:00
Drew Larson
c8304b8b0e Merge pull request #23 from BridgeCityBicycleCoop/feature/fix-date-pickers
Fix date pickers
2017-01-21 08:55:53 -06:00
Drew Larson
6cb5e09958 time is not callable. 2017-01-21 08:54:25 -06:00
Drew Larson
f50f2293ca Missing dependency. 2017-01-21 08:54:02 -06:00
Drew Larson
efb780fc76 Show asterisk on required fields. 2017-01-21 08:38:56 -06:00
Drew Larson
e7a90b51c8 Use CDN. 2017-01-17 19:17:20 -06:00
Drew Larson
b6d2f5e88c Big refactor of views. 2017-01-01 17:32:48 -06:00
Drew Larson
8f1c2308d5 Fix tests. 2016-12-30 23:41:12 -06:00
Drew Larson
cd0538cc4e Add migration 2016-12-30 23:40:59 -06:00
Drew Larson
0f85f81dd7 Remove kludge 2016-12-30 23:40:30 -06:00
Drew Larson
384d3f84de Testing views. 2016-09-29 10:50:41 -06:00
Drew Larson
f51576004c Flake8. 2016-07-10 22:40:46 -06:00
Drew Larson
090d48d581 Move model tests into a tests module. 2016-07-10 22:39:28 -06:00
Drew Larson
aad374941b Cleanup unneeded variables. 2016-07-10 21:56:40 -06:00
Drew Larson
dae8a8f411 Flake8. 2016-07-10 21:55:55 -06:00
Drew Larson
b84fcb9155 Redundant. 🤔 2016-07-10 21:54:55 -06:00
Drew Larson
36873ce834 Flake8. 2016-07-10 21:54:36 -06:00
Drew Larson
fee798ca9c Test for registration models. 2016-07-10 21:52:30 -06:00
Drew Larson
45f64ad058 Shorten 'shift period' to four hours. 2016-07-09 11:55:52 -06:00
Drew Larson
276d420ed1 Change card text to say 'Login'. 2016-07-09 11:39:01 -06:00
Drew Larson
ac2bcc64ed Center login form. 2016-07-09 11:37:33 -06:00
Drew Larson
0745279c12 Update available models in admin site. 2016-07-04 19:22:30 -06:00
Drew Larson
8efb40ed2c Return values that can't be null. 2016-07-04 19:22:16 -06:00
Drew Larson
ebb2b80c77 Get rid of 'Custom' in admin site. 2016-07-04 19:20:42 -06:00
Drew Larson
e3176bc05b Factor out User functions to a new model. 2016-07-04 18:57:28 -06:00
Drew Larson
ee5aaae4bf Forms for Admin. 2016-07-04 14:59:08 -06:00
Drew Larson
9c0ac0dc05 Lock down views. 2016-06-26 16:20:22 -06:00
Drew Larson
e5b223b139 No sign up. 2016-06-23 17:37:52 -06:00
Drew Larson
db1f78d3ef Add members list. 2016-06-23 14:39:17 -06:00
Drew Larson
3f44e25944 Better name. 2016-06-23 13:52:34 -06:00
Drew Larson
6f87cf155e Refactor templates. 2016-06-23 11:53:17 -06:00
Drew Larson
df6752a13f View already signed in members. 2016-06-23 11:01:36 -06:00
Drew Larson
e22014332e Add full_name field to be used in serialization. 2016-06-23 11:01:03 -06:00
Drew Larson
b614a2b1a6 Signin api. 2016-06-22 19:37:59 -06:00
Drew Larson
99cd30ec25 Basic search endpoint. 2016-06-01 21:05:26 -06:00
Drew Larson
af1130de04 Display memberships. 2016-05-31 17:36:15 -06:00