You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STILL UNDER DEVELOPMENT - PUSH TO ITERATION 2 - Sulay has been working very hard on this and it's good for next iteration
70
71
71
72
### 🐳 What is Docker?
72
73
Docker packages your application and its dependencies into a container so that it runs identically across any environment. It’s a portable and lightweight runtime environment — ideal for ensuring consistent deployments.
@@ -275,6 +276,8 @@ Cd in to code directory
275
276
Ran to generate report:
276
277
$HOME/pmd-bin-7.16.0/bin/pmd check -d src/main/java,src/test/java -R rulesets/java/quickstart.xml -f text -r pmd-report.txt
277
278
279
+
You can also run `mvn clean verify` to run pmd and test
280
+
278
281
279
282
280
283
## MetaDetect Endpoints
@@ -468,13 +471,39 @@ I used PMD to perform static analysis on my codebase, see below for the most rec
468
471
469
472

470
473
474
+
## Proof of Multiple Test Users in DB
475
+
We tested with two users uploading the same exact image to see if it caused conflicts, there were no conflicts and images were store sperately within DB.
476
+
477
+

478
+
479
+
## Proof of Images stored in Supabase Bucket
480
+
Wanted to show proof of Objects stored in DB.
481
+
482
+

483
+
484
+
## Proof of API Testing using Postman
485
+
Used Postman and Curl to Test our API routes
486
+
487
+

488
+
489
+
## Proof of Self-Documenting Code
490
+
Had a Ticket Dedicated to Going through each file and Ensuring there was javadocs and inline comments:
491
+
[[Chore] - Write JavaDoc comments for all non-trivial code #35](https://github.com/users/Jalen-Stephens/projects/5/views/1?pane=issue&itemId=135291288&issue=Jalen-Stephens%7CAdvanceJavaStudentEngineers%7C35)
492
+
493
+
## Documentation of AI Resources
494
+
Where AI was used it was heavily documented in the [citations.md](https://github.com/Jalen-Stephens/AdvanceJavaStudentEngineers/blob/main/citations.md)
495
+
496
+
## Project Management Tool
497
+
We used [Github Projects Kanban Board](https://github.com/users/Jalen-Stephens/projects/5) to Track development.
This repository using GitHub Actions to perform continous integration, to view the latest results go to the following link: https://github.com/Jalen-Stephens/AdvanceJavaStudentEngineers/actions
501
+
This repository using GitHub Actions to perform continous integration, to view the latest results go to the following link: [AdvanceJavaStudentEngineers/actions](https://github.com/Jalen-Stephens/AdvanceJavaStudentEngineers/actions)
475
502
476
503
Click on the latest job on the top under "X workflow runs" then Click 'build' under jobs finally click the drop down next to all the action items to read the logs made during their execution.
477
504
505
+
STILL UNDER DEVELOPMENT - PUSH TO ITERATION 2 - Sulay has been working very hard on this and it's good for next iteration
Copy file name to clipboardExpand all lines: citations.md
-41Lines changed: 0 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,44 +1,3 @@
1
-
### **Commit / Ticket Reference**
2
-
-**Commit:**`<your commit message>`
3
-
-**Ticket:**`#<ticket number> — <ticket title>`
4
-
-**Date:** <month day, year>
5
-
-**Team Member:** <name>
6
-
7
-
---
8
-
9
-
### **AI Tool Information**
10
-
-**Tool Used:** OpenAI ChatGPT (GPT-5)
11
-
-**Access Method:** ChatGPT Web (.edu academic access)
12
-
-**Configuration:** Default model settings
13
-
-**Cost:** $0 (no paid API calls)
14
-
15
-
---
16
-
17
-
### **Purpose of AI Assistance**
18
-
<Briefly describe what part of the task the AI assisted with — e.g., refactoring, writing docs, fixing errors, setting up build tools, etc.>
19
-
20
-
---
21
-
22
-
### **Prompts / Interaction Summary**
23
-
<Listorparaphrasethekeypromptsyouused.>
24
-
25
-
---
26
-
27
-
### **Resulting Artifacts**
28
-
<List files, configurations, or code generated/edited with AI help.>
29
-
30
-
---
31
-
32
-
### **Verification**
33
-
<List how you tested/validated the AI-assisted changes (build, test suite, manual review, etc.).>
34
-
35
-
---
36
-
37
-
### **Attribution Statement**
38
-
> Portions of this commit or configuration were generated with assistance from OpenAI ChatGPT (GPT-5) on <date>. All AI-generated content was reviewed, verified, and finalized by the development team.
39
-
40
-
---
41
-
42
1
### **Commit / Ticket Reference**
43
2
44
3
***Commit:**`chore(init): renamed project to MetaDetect, updated package structure, pom.xml coordinates, and Spring Boot configuration (#2)`
0 commit comments