Skip to main content

Questions tagged [tracking]

Filter by
Sorted by
Tagged with
-2 votes
1 answer
118 views

Note: I'm talking about Amplitude because it's what I use, but it's probably the same with any stats tool. Amplitude, because of its very nature, is insufficiently secured. Stats are the value you get ...
papillon's user avatar
  • 107
-3 votes
1 answer
91 views

I'm a software engineer by trade, yet I am shocked and fascinated by something I learned just recently. For example, I found out Facebook has businesses and sites share information about my activity ...
gcr's user avatar
  • 95
-1 votes
1 answer
1k views

We have an enterprise solution which consists of multiple components which are in turn comprised of micro services. We cater to both onprem and hosted models. The challenge is to keep track of the GIT ...
Sam's user avatar
  • 1
0 votes
2 answers
515 views

I am playing with my simple personal project - a simple REST API application and I am currently struggling with a kind of design problem. The problem: How to insert an operation ID (request ID, an ...
pstanko's user avatar
  • 54
2 votes
1 answer
100 views

As a bit of a background, we create a website where a "third party" can organize a sport event, letting us handle enrollment and other checks. Well on our website ever since we implemented a cookie "...
paul23's user avatar
  • 1,131
1 vote
2 answers
150 views

A site I'm working on tracks users before they sign up or log in to determine things like which pages drive the most users to sign up for the service, etc. Currently we make use of a browser ...
WhiteHotLoveTiger's user avatar
-1 votes
1 answer
152 views

I am to develop an inventory tracking system (e.g. keyboards, mice, phones, etc.) I am wondering if it is possible to use 1D barcodes UPC standard for this, will I be able to track each individual ...
Suppaa's user avatar
  • 11
0 votes
1 answer
163 views

I'm looking forward to the possibility of an algorithm or a way to track how much sale has been made on 3rd party's website because of my client so I can get the commission. For example if a user "A" ...
Moiz Nadeem's user avatar
2 votes
3 answers
280 views

I have a script that accesses my webcam and displays the captured video on the screen. I can also very easily draw a circle (a rectangle, it doesn't matter) over the video. When I move the camera ...
Lorenzo Villani's user avatar
-5 votes
1 answer
119 views

Context: we have a responsive web application developed in React.js, which we have successfully used a few times to run user studies on Amazon Mechanical Turk. Now, we would like to add interactivity ...
Pablo Messina's user avatar
3 votes
1 answer
88 views

After a user invites their contacts from within my app, I want to send the first user a notification "so and so installed the app, you can now connect with them." So when a user invites someone, I ...
Dingredient's user avatar
7 votes
5 answers
1k views

I read a lot the past few weeks about something that calls the 90% syndrome. Basically, the syndrome describes a project that reaches about 90% completion on schedule, then stalls, finally finishing ...
Belgi's user avatar
  • 567
1 vote
0 answers
1k views

I have implemented a tracking pixel that is simply an img tag that another party puts on their website. This works by making the src refer to our endpoint with query params set with extra information. ...
Iluvatar14's user avatar
0 votes
2 answers
983 views

I'm an intermediate C++ programmer. Do I need any math knowledge in order to build computer applications using openCV?
dlpsankhla's user avatar
5 votes
1 answer
1k views

We are developing a website for students on which they first have to fulfill specific tasks in order to use our service. The problem is, that those tasks are on another website, which has nothing to ...
D_Burg's user avatar
  • 51
4 votes
3 answers
745 views

Our web app generates a large amount of logs. These logs include both events regarding background operations in the app (data arrives from the server, ajax failures, inter-component communication, etc....
EyalAr's user avatar
  • 223
0 votes
1 answer
288 views

I have a functional sign up page for a blog that updates a database with a users name, email, profile picture and a short bio. The General information page and the profile picture upload/bio page are ...
colin rickels's user avatar
-1 votes
2 answers
365 views

I'm new to a small company that's pretty much run by one guy. He knows all the ins and outs of the system which is quite large. We have a database with about 300 different tables. I'm struggling to ...
Peck3277's user avatar
  • 153
4 votes
1 answer
337 views

I have a central git repo located on a server. I have many contributors that are not tech savvy, do not have server access, and do not know anything about git. But they are able to contribute via the ...
alex.jordan's user avatar
7 votes
2 answers
318 views

On the Android operating system details about the phone are available via the Android.OS.Build class. These details include things such as the phone manufacturer, model, version, etc. The customer may ...
Alex Wiese's user avatar
13 votes
4 answers
23k views

Currently I want to structure a tracking/history table like this: PrimaryKey - ID OtherTableId - fk fieldName - name of the field its tracking OldValue NewValue UserName CreateDateTime So basically I ...
user76982's user avatar
  • 133
4 votes
2 answers
4k views

Summary: We are looking to expand our use of email for notification purposes. We understand it will generate more inbox volume, but we are being selective about which events we fire notification on ...
user avatar
9 votes
3 answers
972 views

I am building an app that communicates with my website with ASIHTTPRequest to a PHP-based REST API on the server side. Naturally, in my app I have different endpoints on the server side, and usually ...
barfoon's user avatar
  • 313
24 votes
6 answers
4k views

I've been a programmer now for over 11 years, and am just starting to get into version control for real. The places I've worked at have never really used version control (one committed at the end of ...
clinton3141's user avatar
0 votes
1 answer
71 views

I'm working on a flash player that needs to track how long a user plays a video for. In addition, I need to know the user. I can easily do that with a request to the server. What I've thought of so ...
zcourts's user avatar
  • 601
2 votes
2 answers
2k views

I've just released my application to the public, and I'm working on an updated version, but I really think I should keep track of ALL the code changes. In case some functionality suddenly starts ...
Juan's user avatar
  • 655
3 votes
1 answer
79 views

For my final year project, I'm working on a script that will run your python program and provide a time line of events(so far working on assignments) and create a story of what happened(the changes in ...
Flinsy's user avatar
  • 31
13 votes
4 answers
971 views

My team uses a Kanban system for tracking day-to-day progress and it's worked out really well for understanding progress on features (captured as user stories). We have largely allowed our system ...
Michael's user avatar
  • 2,142