Commit graph

68 commits

Author SHA1 Message Date
24151c26ec refactor(meetup): specify the event ID 2022-01-14 01:01:47 +00:00
bb14c14b32 refactor(meetup): rename classes 2022-01-14 00:49:08 +00:00
858dde2dc2 build(deps): remove tightenco/collect 2022-01-14 00:46:10 +00:00
a2b363dfe1 build(run): add Composer task 2022-01-14 00:46:10 +00:00
c1606b4868 refactor: extract custom assertions 2022-01-14 00:46:10 +00:00
8fe80b8992 refactor: rename method 2022-01-14 00:46:10 +00:00
767c6f2ced refactor: group fake classes 2022-01-14 00:46:10 +00:00
ae0e0c2437 refactor(meetup): re-add RsvpResponse 2022-01-14 00:46:05 +00:00
3350085e85 refactor(meetup): group Meetup related classes 2022-01-14 00:46:00 +00:00
5ab4097ace feat(meetup): add Meetup implementation 2022-01-14 00:45:55 +00:00
f3eda70384 refactor: generalise logic in the fake repository 2022-01-13 23:06:32 +00:00
ae38fbf2b9 refactor: remove old code 2022-01-13 22:23:23 +00:00
43a7205c85 ci: use run script 2022-01-13 22:16:12 +00:00
21aa911fb4 refactor: move methods into a contract test trait 2022-01-13 22:03:58 +00:00
c25104c321 build: add run file 2022-01-13 22:03:05 +00:00
231e7dc9cd style: move closing bracket 2022-01-13 21:43:23 +00:00
ce8b3466ff refactor: simplify the "is host" logic 2022-01-13 21:41:27 +00:00
154bf97964 feat: filter out event hosts 2022-01-13 21:29:35 +00:00
0cd580960c test: add an organiser as an attendee 2022-01-13 21:27:08 +00:00
2cdc1404b8 test: add whether the attendee is a host 2022-01-13 21:23:31 +00:00
121eab93aa test: add event organiser test 2022-01-13 21:22:01 +00:00
39a65c725c style: move closing bracket 2022-01-13 21:21:26 +00:00
0ac6c0f947 refactor: no need to pluck in assertion 2022-01-13 21:15:02 +00:00
9d880841ea refactor: move the repository into a setUp method 2022-01-13 21:06:50 +00:00
bc747a1f70 refactor: get the repository from the container 2022-01-13 21:02:13 +00:00
78841ad9d6 refactor: add RsvpResponse 2022-01-13 20:54:29 +00:00
aadb1e0176 refactor: move RSVPs into a static property 2022-01-13 20:51:14 +00:00
6a82fccecd fix: filter any 'no' RSVPs from the attendees 2022-01-13 20:45:17 +00:00
956945fd3f test: add someone who did not attend 2022-01-13 20:40:15 +00:00
59ed9d486c test: add a response to the existing attendees 2022-01-13 20:39:24 +00:00
7b5da6e46a refactor: move attendees into the fake repository 2022-01-13 20:36:10 +00:00
f192dd720c refactor: rename test class 2022-01-13 20:29:32 +00:00
7502a4c50e refactor: update attendee names 2022-01-13 20:28:17 +00:00
133cc8c822 refactor: use a Collection for attendees 2022-01-13 20:22:57 +00:00
aec86ad237 build(deps): add Collections 2022-01-13 20:18:33 +00:00
6883f63d95 test: add the first assertion 2022-01-13 20:18:14 +00:00
2962800349 wip: initial class setup 2022-01-13 20:13:28 +00:00
06f764a188 build(docker): add vendor/bin to PATH 2022-01-13 19:54:29 +00:00
415711e853 build(deps): add symfony/test-pack 2022-01-13 19:47:14 +00:00
b7ef5c69b7 build(deps): update dependencies 2022-01-13 19:41:45 +00:00
a28f276048 build: ignore /bin 2022-01-13 19:41:19 +00:00
f83cc1971a build(docker): add Dockerfile 2022-01-13 19:40:47 +00:00
b874c01ea2 Add missing return type 2020-06-29 21:32:21 +01:00
5f79f6b497 Update the default command 2020-06-29 21:32:21 +01:00
dca7125df1 More refactoring 2020-05-22 23:02:22 +01:00
5aa1f79279 Refactor to a UseCase and some value objects 2020-05-22 22:27:46 +01:00
ba75e22439 Show the photo URL if the winner has one 2020-05-22 21:51:52 +01:00
dab1f156e3 Ensure that organisers are excluded 2020-05-22 21:51:49 +01:00
3bffa3cdd6
Create LICENSE 2020-05-10 16:05:24 +01:00
5a2f82885d Remove blank line 2020-05-05 10:40:33 +01:00