@@ -11,27 +11,22 @@ import { renderStatsCard } from "../../src/cards/stats-card.js";
1111import { renderTopLanguages } from "../../src/cards/top-languages-card.js" ;
1212import { renderWakatimeCard } from "../../src/cards/wakatime-card.js" ;
1313
14- const REPO = "dummy-cra " ;
15- const USER = "grsdummy " ;
14+ const REPO = "curly-fiesta " ;
15+ const USER = "catelinemnemosyne " ;
1616const STATS_DATA = {
17- name :"grsdummy " ,
18- totalPRs :2 ,
19- totalCommits :2 ,
17+ name :"Cateline Mnemosyne " ,
18+ totalPRs :1 ,
19+ totalCommits :7 ,
2020totalIssues :1 ,
2121totalStars :1 ,
22- contributedTo :2 ,
22+ contributedTo :1 ,
2323rank :{
2424level :"A+" ,
25- score :50.900829325065935 ,
25+ score :50.893750297869225 ,
2626} ,
2727} ;
2828
2929const LANGS_DATA = {
30- TypeScript :{
31- color :"#3178c6" ,
32- name :"TypeScript" ,
33- size :2049 ,
34- } ,
3530HTML :{
3631color :"#e34c26" ,
3732name :"HTML" ,
@@ -42,44 +37,44 @@ const LANGS_DATA = {
4237name :"CSS" ,
4338size :930 ,
4439} ,
45- Python :{
46- color :"#3572A5 " ,
47- name :"Python " ,
48- size :671 ,
40+ JavaScript :{
41+ color :"#f1e05a " ,
42+ name :"JavaScript " ,
43+ size :1912 ,
4944} ,
5045} ;
5146
5247const WAKATIME_DATA = {
5348human_readable_range :"last week" ,
5449is_already_updating :false ,
55- is_coding_activity_visible :false ,
50+ is_coding_activity_visible :true ,
5651is_including_today :false ,
57- is_other_usage_visible :false ,
52+ is_other_usage_visible :true ,
5853is_stuck :false ,
5954is_up_to_date :false ,
6055is_up_to_date_pending_future :false ,
6156percent_calculated :0 ,
6257range :"last_7_days" ,
6358status :"pending_update" ,
6459timeout :15 ,
65- username :"grsdummy" ,
60+ username :USER ,
6661writes_only :false ,
6762} ;
6863
6964const REPOSITORY_DATA = {
70- name :"dummy- cra" ,
71- nameWithOwner :"grsdummy/dummy- cra" ,
65+ name :"cra-test " ,
66+ nameWithOwner :` ${ USER } / cra-test` ,
7267isPrivate :false ,
7368isArchived :false ,
7469isTemplate :false ,
7570stargazers :{
7671totalCount :1 ,
7772} ,
78- description :"Dummy create react app ." ,
73+ description :"Simple cra test repo ." ,
7974primaryLanguage :{
80- color :"#3178c6 " ,
81- id :"MDg6TGFuZ3VhZ2UyODc =" ,
82- name :"TypeScript " ,
75+ color :"#f1e05a " ,
76+ id :"MDg6TGFuZ3VhZ2UxNDA =" ,
77+ name :"JavaScript " ,
8378} ,
8479forkCount :0 ,
8580starCount :1 ,