Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Stcwal
/
fullstack
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Backend/temperatureunits
- #29
#29
Merged
SindreJB
merged 11 commits into
main
Stcwal/fullstack:main
from
backend/temperatureunits
Stcwal/fullstack:backend/temperatureunits
Copy head branch name to clipboard
Apr 7, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Backend/temperatureunits
#29
SindreJB
merged 11 commits into
main
Stcwal/fullstack:main
from
backend/temperatureunits
Stcwal/fullstack:backend/temperatureunits
Copy head branch name to clipboard
Commits
Commits on Apr 7, 2026
Add TemperatureReading entity with fields for temperature data and relationships
SindreJB
committed
ec5dede
View commit details
Copy full SHA for ec5dede
Browse repository at this point
Add TemperatureReadingRepository with query methods for temperature readings
SindreJB
committed
fc3cd65
View commit details
Copy full SHA for fc3cd65
Browse repository at this point
Add DTOs for temperature readings: RecordedByResponse, TemperatureReadingRequest, and TemperatureReadingResponse
SindreJB
committed
e1ba524
View commit details
Copy full SHA for e1ba524
Browse repository at this point
Add TemperatureReadingMapper for mapping between TemperatureReadingRequest and TemperatureReadingResponse
SindreJB
committed
bdc9e84
View commit details
Copy full SHA for bdc9e84
Browse repository at this point
Add TemperatureReadingService for managing temperature readings and related operations
SindreJB
committed
fc362bf
View commit details
Copy full SHA for fc362bf
Browse repository at this point
Add TemperatureReadingController for managing temperature readings endpoints
SindreJB
committed
60a9ac7
View commit details
Copy full SHA for 60a9ac7
Browse repository at this point
Add SQL migration for creating temperature_readings table with indexes
SindreJB
committed
b3971b0
View commit details
Copy full SHA for b3971b0
Browse repository at this point
Add unit tests for TemperatureReadingController and TemperatureReadingService
SindreJB
committed
6023538
View commit details
Copy full SHA for 6023538
Browse repository at this point
mapper fix to service
Show description for 8e7f31d
SindreJB
and
Copilot
authored
8e7f31d
View commit details
Copy full SHA for 8e7f31d
Browse repository at this point
Refactor TemperatureReadingMapper to remove redundant mapping method
SindreJB
committed
a8d2d00
View commit details
Copy full SHA for a8d2d00
Browse repository at this point
Refactor validation tests to use static validator initialization and cleanup
SindreJB
committed
7955926
View commit details
Copy full SHA for 7955926
Browse repository at this point
You can’t perform that action at this time.