HarshdipD / eztrackr

v3 of Eztrackr's Chrome extension. Designed to ease your job hunt by adding your jobs in an organized Trello board ✨
https://hsdeogan.com/eztrackr/
GNU General Public License v3.0
23 stars 12 forks source link

Board statistics #14

Closed HarshdipD closed 3 years ago

HarshdipD commented 3 years ago

Thinking of creating a 'tab' in the extension that shows easy stats of the Trello board. More specifically, the number of items in all the lists.

How to do it:

  1. Use bootstrap's tab component, with the first tab as the form and second as stats.
  2. Send GET requests and get the number of cards in each list of the board and display the number. More stats can be added as it seems fit.
utkarsh4321 commented 3 years ago

Hi @HarshdipD can i work in this issue.

HarshdipD commented 3 years ago

@utkarsh4321 Please feel free to do it! Let me know if you need any help to understand setting it up or anything.

utkarsh4321 commented 3 years ago

thanks, @HarshdipD when I will start working on it I will ping you. If I will face any problem.

utkarsh4321 commented 3 years ago

Hii @HarshdipD can you please add hackertoberfest tag to this so it will count for hackertoberfest,.

utkarsh4321 commented 3 years ago

Hii @HarshdipD setup is over can you please explain what you really want I understand the tab part in the first tab your form will show but in the second tab what to do I m unable to understand it properly. if you can explain to me it's lot helps me to do this task.

HarshdipD commented 3 years ago

@utkarsh4321 I've added the tag. The second tab will contain the number of cards in each list of the board. Something like this: Wishlist: 5 items Applied: 2 items and so on. Let me know if that makes sense, and sorry for the delayed reply!

utkarsh4321 commented 3 years ago

Ok thanks so here whislist is a card and that contains 5items.means I will get whislist,applied on the api response.and on the basis of it I will render card with there data on the card .Please tell me that I m right or not.

On Sun 18 Oct, 2020, 7:33 AM Harshdip Singh Deogan, < notifications@github.com> wrote:

@utkarsh4321 https://github.com/utkarsh4321 I've added the tag. The second tab will contain the number of cards in each list of the board. Something like this: Wishlist: 5 items Applied: 2 items and so on. Let me know if that makes sense, and sorry for the delayed reply!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HarshdipD/job-tracker/issues/14#issuecomment-711105767, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHMA4H3566TVLS4N6IY57JLSLJEILANCNFSM4SN4X7BQ .

HarshdipD commented 3 years ago

Wishlist is one of the list names in a Trello board. I recommend running the extension and seeing if it's creating a board for you with 8 lists. The second tab will send get requests to get number of cards in each of these lists and show it. A template of these lists is shown in Readme.md

utkarsh4321 commented 3 years ago

Hii @HarshdipD i added the tabs now which API I need to call to get the stats. Can you please tell me?

HarshdipD commented 3 years ago

Hii @HarshdipD i added the tabs now which API I need to call to get the stats. Can you please tell me? the Trello API to get board items

utkarsh4321 commented 3 years ago

Hi, @HarshdipD can you give the link of it there are so many API the API below boards I need to check which one.

HarshdipD commented 3 years ago

@utkarsh4321 that's the whole issue, I may as well do it by myself haha. I can take care of this one if you're finding it difficult, you can try some other issue in the repo!

utkarsh4321 commented 3 years ago

No I can do it no problem

utkarsh4321 commented 3 years ago

Hii @HarshdipD can you tell me that highlighted portion you want to see into the second tabs. trelloPro

HarshdipD commented 3 years ago

@utkarsh4321 with context to this picture, the board statistics (second tab) will be:

Wishlist: 4 items
Applied: 0 items
inProgress: 0 items
Offer: 0 items
Rejected: 0 items

So you just have to get number of cards in each list and show them. Hope that makes sense.

utkarsh4321 commented 3 years ago

Ok thanks

On Fri 23 Oct, 2020, 3:06 AM Harshdip Singh Deogan, < notifications@github.com> wrote:

@utkarsh4321 https://github.com/utkarsh4321 with context to this picture, the board statistics (second tab) will be:

Wishlist: 4 items Applied: 0 items inProgress: 0 items Offer: 0 items Rejected: 0 items

So you just have to get number of cards in each list and show them. Hope that makes sense.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HarshdipD/job-tracker/issues/14#issuecomment-714775820, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHMA4HY3SDYQ4PPPQTTJPYTSMCQUDANCNFSM4SN4X7BQ .

utkarsh4321 commented 3 years ago

Hii @HarshdipD I implemented as you said as you can see it into screenshot and tell is it right or not.

image

utkarsh4321 commented 3 years ago

Hii I clone repo again but I m unable to authorize it's's telling invalid return URL.

HarshdipD commented 3 years ago

@utkarsh4321 let's move this discussion to the PR thread.