Giter VIP home page Giter VIP logo

Comments (4)

rohitverma007 avatar rohitverma007 commented on May 27, 2024

may i attempt this?

from serverless-website-analytics.

rehanvdm avatar rehanvdm commented on May 27, 2024

@rohitverma007 Yes that would be great thanks. Can you maybe hold off starting on it till next week?

I am busy with #9 and have refactored the chart component, so once that is merged I will ping you.

from serverless-website-analytics.

rehanvdm avatar rehanvdm commented on May 27, 2024

@rohitverma007 That work is pretty much done #59 but I am still to self-review the PR. You can branch off the add-events branch when you start this feature.

So you will see that there is a selector prop on the chart component already and that I think you could just make that an array and then handle the click and everything else similar to what the existing one does.

image

Let me know if you require assistance/pain points. Not sure if I have documented enough in https://github.com/rehanvdm/serverless-website-analytics/blob/main/docs/CONTRIBUTING.md

I don't think I have. But you can locally spin up the backend and frontend for development.

npm install
cd src/src/ && npm install 
cd src/src/frontend && npm install 

For testing locally, it will require you to use a deployed serverless-website-analytics component. Fill in your data in the tsrc/src/test-config.ts file.

Then to run the backend:

cd src/src
npm run start-local-api-front

To run the frontend:

cd src/src/frontend
npm run dev

from serverless-website-analytics.

rehanvdm avatar rehanvdm commented on May 27, 2024

Actually, I see the contributing doc had that in 😅. That feature has been done and is merged now. There shouldn't be any big changes like this one again. Let me know if you still want to do this one?

from serverless-website-analytics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.