Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
9218c22
[DEV PLAN] Update POC Plan (#242)
Sevhena Nov 11, 2024
4c2afdb
Merge branch 'main' into docs
Sevhena Nov 11, 2024
5d50ebf
Added #307: MIS of Long Element Chain (#309)
Ayushi1972 Jan 16, 2025
b74aefb
[DESIGN] Added MIS and MG for PylintAnalyzer, RepeatedCalls Refactore…
nivethakuruparan Jan 17, 2025
c82f584
Merge branch 'docs' of https://github.com/Sevhena/capstone--source-co…
Mar 24, 2025
22670a5
Merge branch 'docs' of https://github.com/Sevhena/capstone--source-co…
Mar 24, 2025
63c4697
Added apendix and intro to usability testing #535
Mar 25, 2025
1b65396
Added apendices, introduction and methodology #535
Mar 25, 2025
95377d6
Added makefile #535
Mar 25, 2025
2dc22bc
changes #353
Mar 25, 2025
e91c33a
added command for macbooks to be inclusive (#535)
Ayushi1972 Mar 25, 2025
43e11db
Merge branch 'usability-testing-extra' of https://github.com/ssm-lab/…
Ayushi1972 Mar 25, 2025
dbc9abd
docs
Mar 25, 2025
34925ee
Merge branch 'usability-testing-extra' of https://github.com/Sevhena/…
Mar 25, 2025
4a4338e
Completed participant feedback for ute (#535)
Ayushi1972 Mar 25, 2025
58b27fb
Merge branch 'usability-testing-extra' of https://github.com/Sevhena/…
Mar 25, 2025
906bd63
yum
Mar 25, 2025
c8a2ba0
Merge branch 'usability-testing-extra' of https://github.com/Sevhena/…
Mar 25, 2025
dba4038
added usability issues from the feedback in utr (#535)
Ayushi1972 Mar 25, 2025
ea760d4
removed unnessecary stuff
Ayushi1972 Mar 25, 2025
20ef602
Added reccomendations for utr (#535)
Ayushi1972 Mar 25, 2025
aed1e62
new
Mar 25, 2025
b784fca
Merge branch 'usability-testing-extra' of https://github.com/Sevhena/…
Mar 25, 2025
9ec29c6
Compiling feedback changes
Mar 25, 2025
8b9be58
Changed some issues to high priority for utr (#535)
Ayushi1972 Mar 25, 2025
dea93bf
Added old ui screenshots to the images folder (#535)
Ayushi1972 Mar 25, 2025
74f2207
Adding things changed from report #353
Mar 25, 2025
781ce9f
Merge branch 'usability-testing-extra' of https://github.com/Sevhena/…
Mar 25, 2025
8fdb619
Added a conclusion (#535)
Ayushi1972 Mar 25, 2025
18ee1c2
updated executive summary for utr (#535)
Ayushi1972 Mar 25, 2025
bf93295
Added ALL changes section #535
Mar 25, 2025
7411642
Merge branch 'usability-testing-extra' of https://github.com/Sevhena/…
Mar 25, 2025
c9ce7bc
pdf
Mar 25, 2025
2d49790
Add makefile
Mar 25, 2025
6addebe
Merge branch 'docs' into usability-testing-extra
mmyaaaaa Mar 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/Extras/UsabilityTesting/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Makefile
# From https://danielkaes.wordpress.com/2009/03/14/compiling-latex-documents-using-makefiles/

PROJECT=UsabilityTestingReport
TEX=latexmk
BUILDTEX=$(TEX) -pdf $(PROJECT).tex

all:
$(BUILDTEX)

clean-all:
rm -f *.dvi *.log *.bak *.aux *.bbl *.blg *.idx *.ps *.eps *.pdf *.toc *.synctex.gz *.out *~

clean:
rm -f *.log *.bak *.aux *.bbl *.blg *.idx *.toc *.out *.synctex.gz *~
Binary file not shown.
Loading