Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The future of Minuteman #14

Closed
elcuervo opened this issue Feb 11, 2014 · 12 comments
Closed

The future of Minuteman #14

elcuervo opened this issue Feb 11, 2014 · 12 comments
Assignees

Comments

@elcuervo
Copy link
Owner

Well, Minuteman is now my top priority and I'm going to wrap up the work to 2.0.
I want to start a discussion on it's future features. Here is a partial list:

Minuteman 2.0

The core

I've been working on a lua core for minuteman that will provide several improvements, from speed to extensibility.
The basic operations in minuteman are implemented in lua so it will be trivial to re implement minuteman in other languages. After 2.0 release I plan to create a separate repo for this core.

Anonymous users

This is by far the more requested feature. Currently the gem does some basic mapping between an event and a user id. 2.0 will rely on an internal mapping of the users, a "table" with all of them.

A user with an id will be a "normal" user but the absence of it will make it anonymous. The idea is to have a unique id (hash) of the user so who ever uses the gem can identify it.

This will allow a more understanding of your users flow in the app and a registration funnel.

Single events

Some events can only represent quantities and not being part of a user. Adding counters you can have a simple metric of your system. Also tracking it with users can lead to a better flow in your app.

You name it

This is your project as well, feel free to propose ideas or features.

I have faith that Minuteman 2.0 will have a ton of features and improvements :)

Minuteman

Cheers!

@Jud
Copy link

Jud commented May 8, 2014

Hey @elcuervo — Where is most of the 2.0 development happening?

@maccman
Copy link

maccman commented Jun 14, 2014

👍

1 similar comment
@guyisra
Copy link

guyisra commented Dec 15, 2014

👍

@guyisra
Copy link

guyisra commented Jan 19, 2015

is v2 still happening?

@elcuervo
Copy link
Owner Author

@guyisra it will. I'm currently dealing with some family issues that do not allow me to focus on OSS as much as I'd like to. I'll do my best to make it happen soon.

@guyisra
Copy link

guyisra commented Feb 19, 2015

no rush, hope everything is ok.

@arambert
Copy link

👍 +1 for counters :)

@lou
Copy link

lou commented Oct 13, 2015

👍

2 similar comments
@fabien7337
Copy link

👍

@AdrienGiboire
Copy link

👍

@elcuervo
Copy link
Owner Author

There is a future branch with all the work I've been doing. Feedback is appreciated. It's an ongoing work so please feel free to comment on it ^_^

@elcuervo
Copy link
Owner Author

Branch merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants