Commit Graph

164 Commits

Author SHA1 Message Date
Ethan Nguyen
8d0a5255e6
feat: switch to tomselect instead of selectize.js
It actually supports Bootstrap 5
2021-04-27 21:28:07 -04:00
Ethan Nguyen
f992e44f76
fix(destinations): make pagination wrap around 2021-04-27 20:55:02 -04:00
Ethan Nguyen
5bd755ebe0
feat(authentication): add filter by show data in admin 2021-04-25 16:33:53 -04:00
Ethan Nguyen
e96f722339
style(authentication): reformat 0b4f03af36 2021-04-23 23:49:46 -04:00
Ethan Nguyen
6aa704164c
feat(destinations): add pagination at top of table 2021-04-23 23:48:58 -04:00
Ethan Nguyen
0b4f03af36
chore(authentication): use built in LoginView 2021-04-23 23:48:43 -04:00
Ethan Nguyen
b9c8517b82
fix(destinations): don't 500 on non-integer college id 2021-04-23 22:37:30 -04:00
Ethan Nguyen
8709c6fa5f
feat(destinations): add last modified fields, redo admin 2021-04-23 20:00:38 -04:00
Ethan Nguyen
899017c01a
feat(authentication): add last modified, redo admin interface 2021-04-23 20:00:19 -04:00
Ethan Nguyen
0ebfb59bb7
chore: "UNITED KINGDOM OF GREAT BRITAIN AND NORTHERN IRELAND" -> "UNITED KINGDOM"
It was way too long to do it properly. Oh well.
2021-04-23 12:01:33 -04:00
Ethan Nguyen
8b1c5b2637
style: reformat c10bd4a261 2021-04-23 10:58:56 -04:00
Ethan Nguyen
c10bd4a261
chore: makemigrations on 317a8e0a21 2021-04-23 10:58:29 -04:00
Ethan Nguyen
56a46ce564
style: reformat 2021-04-23 10:54:09 -04:00
Ethan Nguyen
9861971936
chore: add international schools, reorganize 2021-04-23 10:50:16 -04:00
Ethan Nguyen
f2e65f0d1a
feat(destinations): add international school import 2021-04-23 10:50:03 -04:00
Ethan Nguyen
317a8e0a21
feat(destinations): order colleges by name 2021-04-23 10:49:42 -04:00
Ethan Nguyen
d27bc82098
chore(authentication): bump bio to 1500 characters 2021-04-22 23:39:43 -04:00
Ethan Nguyen
21df376be4
chore(profile): reformat, fix mypy bug
Ref. 16f503edb8
2021-04-22 22:43:27 -04:00
Ethan Nguyen
16f503edb8
feat(profile): prevent deferrals of RD and rolling admissions
Those are impossible AFAIK
2021-04-22 22:38:06 -04:00
Ethan Nguyen
ec8834ef83
fix: add danger tag to error messages 2021-04-22 17:58:22 -04:00
Ethan Nguyen
aa8c7f95b2
feat(destinations): add superuser all view 2021-04-22 17:31:47 -04:00
Ethan Nguyen
e818d8fbc4
feat(profile): add help text to bio field 2021-04-22 17:31:28 -04:00
Ethan Nguyen
ffb41edf98
fix(templates): remove paragraph on messages 2021-04-22 17:29:32 -04:00
Ethan Nguyen
41d0991f2e
feat(destinations): add defer-waitlist status 2021-04-22 13:25:05 -04:00
Ethan Nguyen
c1a8206bbb
fix(authentication): make GPA field optional 2021-04-22 08:32:49 -04:00
Ethan Nguyen
560037780f
fix(destinations): fix line breaks 2021-04-21 22:37:42 -04:00
Ethan Nguyen
a347729473
feat(authentication): add character limit to bio
You know who you are...
2021-04-21 22:23:17 -04:00
Ethan Nguyen
b7476b3a51
feat(authentication): add GPA db entry 2021-04-21 22:21:34 -04:00
Ethan Nguyen
dbfc9b422b
chore(profile): remove extra tab 2021-04-21 19:49:42 -04:00
Ethan Nguyen
eea1c2d59c
fix(profile): remove extraneous <tr> 2021-04-21 14:15:51 -04:00
Ethan Nguyen
117ea19a17
chore: bundle all vendor dependencies
except font awesome
2021-04-21 11:19:46 -04:00
Ethan Nguyen
3fe56165dd
build(deps): bump dependencies 2021-04-20 23:34:59 -04:00
Ethan Nguyen
b5899bc56a
feat(destinations): show defer-waitlist counts 2021-04-20 22:32:05 -04:00
Ethan Nguyen
9a91171e63
ci: test database migrations 2021-04-20 21:37:18 -04:00
Ethan Nguyen
82bcb06956
feat(destinations): allow defer then waitlist status 2021-04-20 21:37:07 -04:00
Ethan Nguyen
e891eaf0d6
chore(templates): flip branding name and grad year 2021-04-20 20:09:41 -04:00
Ethan Nguyen
2d95c9097a
test(authentication): add authentication app tests 2021-04-20 19:35:40 -04:00
Ethan Nguyen
2883ee0c04
test(destinations): add destinations app tests 2021-04-20 19:35:40 -04:00
Ethan Nguyen
c1406a594c
fix(authentication): return cleaned data in clean() 2021-04-20 19:35:40 -04:00
Ethan Nguyen
5d4e9a1516
feat(destinations): add search to college and student list views 2021-04-20 19:35:28 -04:00
Ethan Nguyen
74b6932c75
test: add publish_data parameter to login method 2021-04-20 19:32:03 -04:00
Ethan Nguyen
c8a8aa4510
ci: add asgi.py to excludes for coverage 2021-04-20 19:31:46 -04:00
Ethan Nguyen
f91e7d5313
test: add test skeleton and profile app tests 2021-04-20 14:28:19 -04:00
Ethan Nguyen
4ef2e6b3a8
feat: prevent two decisions with the same college 2021-04-20 14:28:05 -04:00
Ethan Nguyen
32cdd065d3
chore: use TemplateView instead of function view 2021-04-20 14:27:31 -04:00
Ethan Nguyen
46c08db591
feat: make college_list.html table horizontally scrollable 2021-04-19 23:24:10 -04:00
Ethan Nguyen
258caf98a0
fix: fix AP exam bug introduced in cc5c9f22e5
I can't copy and paste properly, apparently.
2021-04-19 22:54:46 -04:00
Ethan Nguyen
2debd182db
fix: fix bug introduced in cc5c9f22e5
Also clean up
2021-04-19 22:51:40 -04:00
Ethan Nguyen
cc5c9f22e5
feat: validate test scores 2021-04-19 22:44:41 -04:00
Ethan Nguyen
b4bdb01a1e
chore: add badges to README.md 2021-04-19 22:28:10 -04:00