Giter VIP home page Giter VIP logo

question-tracker-app's Introduction

Hi there πŸ‘‹

  • πŸ”­ My current and past projects:-

  • 🌱 I’m currently learning Machine Learning and Artificial Intelligence

  • πŸ’¬ Ask me about Anything

  • πŸ“« How to reach me: My Mail [email protected]

  • πŸ‘― I’m Open to collaborate on ML base projects. Feel free to contact me anytime.

question-tracker-app's People

Contributors

drkakku avatar

Watchers

 avatar

question-tracker-app's Issues

decide on the file structure for the saved information( css, dbms, json etc etc)

I don't know it yet but I would assume that pandas df might be most convenient for me for large batches of data processing but might not be efficient for queuing and storing data so using either json or pySQL might be the way to go.

sql might be the beast way to do this because it would be easy to covert the sql to pandas df
logic being sql need's structure for it to store data and each datapoint can be modified also this allows us to directly convert the data to df.

we need to decide how the whole dataStructure will work

what we need is

storing the basic information about the

  • question name,
  • question url,
  • start date,
  • start time,
  • end date,
  • end time,
  • total time in min,
  • total time in sec,
  • solved(bool),
  • description path,
  • solution path,

The above information can be stored in a sql type data-structure

for the question solutions and optional descriptions we need another solution

  • Solution Path Array(will get the paths to the various solutions appended to it)
  • Description path

Decide on the backend and front end framework for the app

I have some ideas for now for both from end and back end.

  • For Front-end I want to use react as I want to learn it, It is dynamic so the data will be easily updated and reflected on both the front end and backend unlike flask where we have to reload the page for each update(Ajax can fix it but lets try something new).
  • I am leaning towards the idea of using python as the backend as I want to do some "sexy" data processing and I am most familiar with it.

if you have any other ideas please leave a comment for the same

(this is a experiment from my end to understand how a semi structured project will flow and what all things are involved in it so that I can understand the common pitfalls that we might encounter while finishing a project)
(Lets see how much time this "simple app" will take)

splitting of the repo into separate repo for backend and frontend

the goal for this change is the better management of the repos and more flexibility for the project.

This repo will house the backend of the project and will be restructured accordingly in the future changes.

please keep this in mind while performing future work on this repo.

thanks
regards

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.