Simon Brooke
78365f8c8b
More detail work. An awful lot is working now.
2018-06-29 23:33:23 +01:00
Simon Brooke
635d1830d3
Much progress
2018-06-29 18:39:08 +01:00
Simon Brooke
4e296537c4
Progress on #2 , #5 ; oauth isn't working but not far off
...
Using the Noir session doesn't seem to be the right thing to do. I should be using the Ring session, but I'm having a hard time getting my head round it. @yogthos is too bloody clever!
2018-06-29 17:14:55 +01:00
Simon Brooke
88468461fd
Massive progress, following sorting the data import problem
2018-06-29 11:11:50 +01:00
Simon Brooke
acfaf985fa
Much progress, nothing yet works.
2018-06-20 09:17:53 +01:00
Simon Brooke
284509fa7b
Work on getting forms to go. Not yet complete.
2018-06-19 08:23:30 +01:00
Simon Brooke
6f09c0841c
List views now work
2018-06-15 10:50:29 +01:00
Simon Brooke
bfb5a67266
Further work on auto-generation of components
2018-06-14 21:33:20 +01:00
Simon Brooke
706e42f483
More work, some progress made.
2018-06-11 21:49:16 +01:00
Simon Brooke
bbf6daf6ca
#47 , #48 , #49 , #50 : MY MONSTER IT LIVES
...
Most of the forms of the admin user interface render and sort-of work. It needs polish - but it's a huge leap forward!
2018-06-11 19:07:38 +01:00
Simon Brooke
98695e41dc
#46 , #50 : Further improvements on list generation
2018-06-11 10:10:23 +01:00
Simon Brooke
a00da8079c
#47 , #48 , #49 , #50 : Auto-generated admin system largely done
...
This work is closely coupled with work on [ADL](https://github.com/simon-brooke/adl ), q.v. At present ADL largely supports this project.
2018-06-10 22:45:58 +01:00
Simon Brooke
ad8563d668
Merge remote-tracking branch 'origin/feature/28' into feature/28
2018-06-03 08:54:50 +01:00
Simon Brooke
f86c5cffe6
Mainly, added the dwellings table, implied by the revised ERD.
...
Some other tidy up.
2018-05-26 19:23:21 +01:00
Simon Brooke
cf1eb70748
Merge remote-tracking branch 'origin/feature/28' into feature/28
2018-03-17 21:40:48 +00:00
Simon Brooke
f23e52a65b
Squirrel-parse generated routes and queries are now working
...
Routes and queries auto-generated from migrations by [squirrel-parse](https://github.com/simon-brooke/squirrel-parse ) are now actually working!
2018-03-17 18:41:52 +00:00
Simon Brooke
62ab37de47
Merge remote-tracking branch 'refs/remotes/origin/develop'
...
Conflicts:
src/clj/youyesyet/routes/services.clj
2017-07-22 15:57:50 +01:00
simon
e300d0c4c5
#28 Changed the way I'm doing REST, for simplicity
2017-07-22 11:04:59 +01:00
simon
89745e3a83
Minor UI fixes
2017-07-21 16:39:59 +01:00
simon
3a18cacf0f
#43 Zoom and lat/long now captured in state.
2017-07-21 15:51:16 +01:00
simon
2e81c7b664
#41 Updated client to cope with dwelling changs
2017-07-21 14:18:22 +01:00
simon
e77d5d0393
Documentation and disambiguation
...
Separate package name hierarchies for clj and cljs parts of the system, so that it's unambiguous what package (e.g. 'youyesyet.core' is.
2017-07-16 13:03:24 +01:00
simon
2ce44cc0b8
Progress...
2017-07-15 19:36:37 +01:00
simon
be324e9d06
Beginnings of a working role-routing page
...
(also the first actual database reads)
2017-07-15 17:49:32 +01:00
simon
d534302fd8
#5 : Progress, but nothing working yet
2017-04-15 11:57:17 +01:00
simon
95507002c7
Very rough beginning of making the database stuff work.
2017-04-05 09:56:27 +01:00
simon
3795f4e0fe
#5 : Sorting out merge horror
2017-04-01 15:24:30 +01:00
simon
e425c56ec2
#5 : Started work on roles switching
2017-04-01 15:11:50 +01:00
Simon Brooke
0ad6a3e81b
Minor look-and-feel stuff.
2017-03-31 10:03:01 +01:00
Simon Brooke
c1a120daf2
#36 App user interface now fully working for pre-alpha release
...
... but app.js is still not being deployed.
2017-03-31 07:30:55 +01:00
Simon Brooke
c75bdb9e5e
#36 : Followup request doesn't actually send, everything else works
2017-03-30 22:15:03 +01:00
Simon Brooke
4be0b9ce08
Merge branch 'feature/13' into feature/36
2017-03-30 13:22:00 +01:00
Simon Brooke
bc34ca16ff
Merge branch 'develop' into feature/36
2017-03-30 07:03:24 +01:00
Simon Brooke
ca9807dc1c
#33 : Fix
...
Easy.
2017-03-30 07:02:52 +01:00
Simon Brooke
6483b5ae9d
#36 : Still not working, but good enough for now
...
The compiled clojurescript is still not correctly deployed in the war; however, it is now compiled correctly and does work, and can be moved into place manually after deployment.
2017-03-29 10:22:13 +01:00
Simon Brooke
63a0ac0aca
Fixed image path for issues.png which was absolute not relative.
2017-03-29 07:20:37 +01:00
Simon Brooke
72b4f058ed
#37 : Well, THAT was easy!
...
Protective wrapper around :page rendering so that the initial, transient null value doesn't get rendered!
2017-03-29 06:40:04 +01:00
Simon Brooke
b1956def91
#37 : never set :page to nil
2017-03-29 06:14:15 +01:00
Simon Brooke
36d8fa1273
#13 : Beginning work on outbound queue
2017-03-29 06:10:07 +01:00
Simon Brooke
e5299bd2cf
Quick fix on select menus
2017-03-26 18:47:45 +01:00
Simon Brooke
28f5a3f10c
#30 : Done
...
The concerns of the server and client side are now separated; there's plenty of work still to be done on both but it's clear what belongs where.
2017-03-26 18:40:01 +01:00
simon
560938e6ae
#30 : Still not quite complete
2017-03-26 15:58:43 +01:00
Simon Brooke
7621040c8f
Now with the right pin image; pin click still not working.
2017-03-26 12:03:25 +01:00
Simon Brooke
6c50592543
Map pins on map working!
2017-03-26 11:30:41 +01:00
Simon Brooke
b95fa9919e
Woohoo! Not broken, looking good
2017-03-26 10:17:41 +01:00
Simon Brooke
65b69939b3
UI mostly working
...
There's no target yet for the followup form, but it otherwise good.
2017-03-26 09:12:15 +01:00
simon
013ebea4db
#30 : Very close to good on client look and feell
2017-03-25 14:43:47 +00:00
simon
d36c58b44c
#30 : Tremendous progress, now understand reg-sub model
...
Although there's no actual collection of data from the back end, the user interface is now mostly working. And, I flatter myself, looking good.
2017-03-24 10:32:31 +00:00
simon
9d83c585dd
#30 : Another removed panel.
2017-03-22 21:01:26 +00:00
simon
e782560d40
#30 : More progress, not finished.
2017-03-22 20:58:50 +00:00
simon
5b35b5bc18
#30 : Roughly working on Tomcat.
...
Not perfect yet by a long way but good enough for alpha.
2017-03-22 18:58:14 +00:00
Simon Brooke
d31ed67b98
Competitor analysis, more on scaling, a dummy login page
2017-03-22 18:56:56 +00:00
Simon Brooke
0a01978036
#30 : Extremely small fix to last night's commit
2017-03-20 08:19:38 +00:00
Simon Brooke
e5d399b86d
Significant progress, but a long way from finished.
2017-03-19 23:28:27 +00:00
Simon Brooke
7439e5ae15
#30 : Starting to work.
...
We can serve both conventional pages, and the app.
2017-03-19 17:54:37 +00:00
Simon Brooke
ce9520fc2c
Added luminus logo to credits
2017-03-19 16:32:14 +00:00
Simon Brooke
a3fe0db2d1
Ooops! Home was broken in last commit
2017-03-18 09:02:29 +00:00
Simon Brooke
9ff8235d3e
/clientframework: Restructured a bit
2017-03-18 08:56:15 +00:00
Simon Brooke
94465273a0
Sorted a bit of merge mess.
2017-03-18 07:37:05 +00:00
Simon Brooke
95436e955b
Fixes to get the whole lot to build as a war
2017-03-17 23:04:47 +00:00
Simon Brooke
933e5ac2a4
#9 : Woot woot woot!
...
Map now working with OSM tiles
2017-03-17 21:45:11 +00:00
Simon Brooke
59378b5a5f
Very pleased with this
...
All the basic bits work; startup spinner is very neat.
2017-03-16 21:16:07 +00:00
Simon Brooke
b4618a4311
Look-and-feel of dynamic pages now very good
2017-03-16 19:39:27 +00:00
Simon Brooke
6b9e315b2f
Dynamic site now looks very like the dummy...
...
But the phone menu isn't working nicely yet.
2017-03-16 19:27:08 +00:00
Simon Brooke
a46f55e50e
#22 : This isn't even nearly working...
...
But it's starting to work!
2017-03-16 08:22:07 +00:00
simon
d83a7924e2
#21 : Tables created
...
Sorted out the migratus stuff so that it actually works, and added a bit to README to say how to get the database initialised; added a new migration to add the roles and teams table.
2017-03-15 20:13:22 +00:00
simon
16b45a1b6e
Added a lot of a dummy website, to guide actual building of the app.
2016-12-28 21:28:09 +00:00
simon
4a60c22731
Still nothing working yet.
2016-10-19 13:26:55 +01:00
simon
709b8a6e87
Further work on maps - not fully working yet.
2016-10-19 12:00:06 +01:00
Simon Brooke
5676ba2612
Beginning work on getting a map working.
2016-10-19 11:09:22 +01:00
simon
d1669da8ea
Added skeletons for all the views specified in the specification. These are
...
skeletons only at this stage; they don't actually do anything yet.
2016-10-14 18:15:04 +01:00
simon
d9a90bc1cb
Merge branch 'master' of github.com:simon-brooke/youyesyet
2016-10-14 17:44:04 +01:00
simon
c5900149af
Added basic setup migration.
2016-10-14 17:37:29 +01:00
Simon Brooke
9b36708c4b
Something nasty got scrambled in the editor. Think it's fixed now.
2016-10-14 13:50:56 +01:00
Simon Brooke
5a298b721b
Added an 'is_admin' flag to the canvassers table.
2016-10-14 13:45:11 +01:00
Simon Brooke
b93076c02f
Altered the schema to give canvassers a formal primary key, since we cannot
...
use the username as primary key because it won't exist for users who have not
yet completed the introduction process.
2016-10-14 13:42:00 +01:00
simon
3864a3851f
The init-db! function in schema now creates the database correctly.
2016-10-13 16:23:12 +01:00
simon
70aaf92002
Schema more or less complete - at least for first pass - but not yet tested.
2016-10-13 15:27:05 +01:00
simon
b6a24bc1ce
Starting to get the project set up. Nothing is even nearly complete yet.
2016-10-13 14:25:54 +01:00