mirror of
https://github.com/plausible/analytics.git
synced 2024-12-27 19:47:26 +03:00
a356009af8
* Implement Funnel schema
* Implement Funnels context module
lib/plausible/funnels.ex - restored from:
dca93621 Mark Vini's suggestion applied
7d1eec75 Update lib/plausible/funnels.ex
028036ad Review comments
b694ccd5 Express the guard nicely
acd9c4f2 Prepare ephemeral funnel definitions so that users can test funnels
aea4ebc4 Access Funnel min/max steps via the __using__/1 macro
51f0397d Implement deleting funnels
cf228630 wip
1f6fe25d Add number of steps to funnels list
89f10ecb wip
950a18d9 Dirty funnel save
e62bfce5 Refactor funnel result evaluation
88e38a33 Update funnel tests
bf47f654 Calculate conversion rate/dropoff in the backend
9e62ffb1 Make existing tests pass
7a88fe44 Outline basic error handling
c8ae3eaf Move Funnels to StatsController and use base query
2929bfd4 Minor rework
b490403b !ifxup
ae44db77 Add Funnels.list/1 function
4f3216b3 Unique steps
6e0c3efc Ensure step ordering works
cea93ba1 It works I think
c50ac0c2 WIP
a466ec4c Dirty wip
fbd14e23 Absolute dirty wip
3ddd15ad wip
34ceb3f5 dirty wip
test/plausible_web/controllers/api/stats_controller/funnels_test.exs - restored from:
9b532273 Test funnel stats controller
Co-authored-by: Uku Taht <uku.taht@gmail.com>
* Update Goals implementation
lib/plausible/goal/schema.ex - restored from:
028036ad Review comments
acd9c4f2 Prepare ephemeral funnel definitions so that users can test funnels
4a4ddbdc Optionally preload funnels for goals and stub funnel-goal deletion
fbd14e23 Absolute dirty wip
lib/plausible/goals.ex - restored from:
aea4ebc4 Access Funnel min/max steps via the __using__/1 macro
a418c039 Implement funnel reduction logic on goal deletion
4a4ddbdc Optionally preload funnels for goals and stub funnel-goal deletion
ebdc4333 Extend the prompt in case of funnel-goal deletion
950a18d9 Dirty funnel save
f06c3fcf wip
test/plausible/goals_test.exs - restored from:
a418c039 Implement funnel reduction logic on goal deletion
4a4ddbdc Optionally preload funnels for goals and stub funnel-goal deletion
dee5bc9e Fixup tests
* Update seeds
* Split funnel schema modules
* Add moduledoc to Funnel schema
* Update Funnel.Step moduledoc
* Add typespecs to Plausible.Funnels
* Implement Phoenix.HTML.Safe for Funnel schema
* Fixup a test after ordering goals by desc:id
test/plausible_web/controllers/api/stats_controller/conversions_test.exs - restored from:
26a493cb Fixup a test after ordering goals by desc:id
* Annotate Goal schema with type t()
* Reword schema module docs
* Fix up typespecs
* Stop tagging Funnels.get/2 result
* Nuke Goals.by_id!/2
* Test Funnels module
test/plausible/funnels_test.exs - restored from:
b7a6d3ad ya, rly
028036ad Review comments
acd9c4f2 Prepare ephemeral funnel definitions so that users can test funnels
51f0397d Implement deleting funnels
1f6fe25d Add number of steps to funnels list
dee5bc9e Fixup tests
950a18d9 Dirty funnel save
88e38a33 Update funnel tests
bf47f654 Calculate conversion rate/dropoff in the backend
9e62ffb1 Make existing tests pass
2929bfd4 Minor rework
b490403b !ifxup
ae44db77 Add Funnels.list/1 function
4f3216b3 Unique steps
6e0c3efc Ensure step ordering works
cea93ba1 It works I think
c50ac0c2 WIP
a466ec4c Dirty wip
34ceb3f5 dirty wip
Co-authored-by: Uku Taht <uku.taht@gmail.com>
* Apply changes related to
|
||
---|---|---|
.. | ||
controllers | ||
plugs | ||
views | ||
captcha_test.exs | ||
email_test.exs |