Go to file
Kailash Nadh 9511a78d91 Add welcome dashboard
- Add a stats overview API to aggregate global stats
- Add bizcharts to the project to render visualisations
- WIP: Add stats widgets and visualisations to the dashboard
2018-11-06 15:14:26 +05:30
frontend Add welcome dashboard 2018-11-06 15:14:26 +05:30
messenger Remove debug line ;( 2018-10-26 13:27:39 +05:30
models Fix broken TrackLink tag correction 2018-11-03 18:55:19 +05:30
public Add custom theme overhaul 2018-11-03 17:53:22 +05:30
runner Refactor and move FirstName LastName functions to the Subscriber model 2018-11-02 16:08:54 +05:30
subimporter Fixed bugs in importer 2018-10-30 18:17:26 +05:30
.gitignore Ignore yarn.lock 2018-10-25 19:23:30 +05:30
Makefile Fresh start 2018-10-25 19:21:47 +05:30
admin.go WIP: Add dashboard stats queries and endpoint 2018-11-05 11:19:08 +05:30
campaigns.go Load global configuration into the frontend as a JS dict using a <script> inclusion 2018-11-02 23:33:00 +05:30
config.toml.sample Load global configuration into the frontend as a JS dict using a <script> inclusion 2018-11-02 23:33:00 +05:30
default-template.html Make image inserts use full root URL 2018-11-02 23:57:44 +05:30
generate-subs.py Fresh start 2018-10-25 19:21:47 +05:30
handlers.go Fresh start 2018-10-25 19:21:47 +05:30
import.go Fix bad exception handling in cases of 0 CSVs in import ZIPs 2018-10-30 18:44:51 +05:30
install.go Refactor the Go template string placeholder into a constant 2018-10-29 15:20:11 +05:30
lists.go Fresh start 2018-10-25 19:21:47 +05:30
main.go WIP: Add dashboard stats queries and endpoint 2018-11-05 11:19:08 +05:30
media.go Fresh start 2018-10-25 19:21:47 +05:30
package.json Fresh start 2018-10-25 19:21:47 +05:30
public.go Add support for campaign view tracking with {{ TrackView }} pixel tag 2018-11-02 13:20:32 +05:30
queries.go WIP: Add dashboard stats queries and endpoint 2018-11-05 11:19:08 +05:30
queries.sql Add welcome dashboard 2018-11-06 15:14:26 +05:30
runner_db.go - Refactor and move template compilation from runner to models.Campaign to support adhoc template funcs 2018-10-31 18:24:21 +05:30
schema.sql Add support for campaign view tracking with {{ TrackView }} pixel tag 2018-11-02 13:20:32 +05:30
sqlboiler.toml Fresh start 2018-10-25 19:21:47 +05:30
stats.sql Add support for campaign view tracking with {{ TrackView }} pixel tag 2018-11-02 13:20:32 +05:30
subscribers.go Add simple sanitsation to subscriber name 2018-11-01 21:59:38 +05:30
templates.go Refactor template previewing with better dummy data 2018-11-02 13:19:18 +05:30
users.go Fresh start 2018-10-25 19:21:47 +05:30
utils.go - Refactor and move template compilation from runner to models.Campaign to support adhoc template funcs 2018-10-31 18:24:21 +05:30