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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
github-samples
/
planventure
Public
Notifications
You must be signed in to change notification settings
Fork
291
Star
36
Code
Issues
5
Pull requests
11
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Full Build - React + Flask API - do not merge
- #9
#9
Open
LadyKerr
wants to merge 40 commits into
main
github-samples/planventure:main
from
client-complete
github-samples/planventure:client-complete
Copy head branch name to clipboard
Conversation
Commits
40
(40)
Checks
Files changed
Open
Full Build - React + Flask API - do not merge
#9
LadyKerr
wants to merge 40 commits into
main
github-samples/planventure:main
from
client-complete
github-samples/planventure:client-complete
Copy head branch name to clipboard
Commits
Commits on Feb 6, 2025
Set up Planventure API with Docker and Flask
LadyKerr
committed
2c5a9c2
View commit details
Copy full SHA for 2c5a9c2
Browse repository at this point
Add Docker setup and API documentation for Planventure project
LadyKerr
committed
ad04f34
View commit details
Copy full SHA for ad04f34
Browse repository at this point
Update README.md ✈️
LadyKerr
committed
e220d13
View commit details
Copy full SHA for e220d13
Browse repository at this point
Enhance development environment with updated devcontainer configuration and Docker setup
LadyKerr
committed
df0c7d1
View commit details
Copy full SHA for df0c7d1
Browse repository at this point
Commits on Feb 10, 2025
setting up
LadyKerr
committed
6c87b95
View commit details
Copy full SHA for 6c87b95
Browse repository at this point
Commits on Feb 12, 2025
Remove sample environment configuration file from planventure-api
LadyKerr
committed
f1f68ad
View commit details
Copy full SHA for f1f68ad
Browse repository at this point
starter reqs txt
LadyKerr
committed
ad90069
View commit details
Copy full SHA for ad90069
Browse repository at this point
Refactor Planventure API to integrate SQLAlchemy for database management, add user and trip models, and implement database initialization script.
LadyKerr
committed
24c09b5
View commit details
Copy full SHA for 24c09b5
Browse repository at this point
Commits on Feb 13, 2025
Implement JWT authentication and user registration/login endpoints in Planventure API
LadyKerr
committed
e23b917
View commit details
Copy full SHA for e23b917
Browse repository at this point
Add CORS and JWT configuration, implement trip management routes, and generate default itinerary
LadyKerr
committed
43eb5d3
View commit details
Copy full SHA for 43eb5d3
Browse repository at this point
Add README.md for Planventure API with features, tech stack, and API endpoints
LadyKerr
committed
a3e4ca1
View commit details
Copy full SHA for a3e4ca1
Browse repository at this point
Commits on Feb 19, 2025
Add CORS support for trip management routes and handle preflight OPTIONS requests
LadyKerr
committed
ceec435
View commit details
Copy full SHA for ceec435
Browse repository at this point
Fix import statement for configuration in trip management routes
LadyKerr
committed
8ddbce3
View commit details
Copy full SHA for 8ddbce3
Browse repository at this point
Update database schemA
LadyKerr
committed
0e51264
View commit details
Copy full SHA for 0e51264
Browse repository at this point
Add initial client setup with routing, authentication context, and basic layout components
LadyKerr
committed
b326cdb
View commit details
Copy full SHA for b326cdb
Browse repository at this point
Commits on Feb 26, 2025
Remove padding from #root in App.css
LadyKerr
authored
ff584d6
View commit details
Copy full SHA for ff584d6
Browse repository at this point
Remove padding from root container in App.css for improved layout
LadyKerr
committed
33fd9d7
View commit details
Copy full SHA for 33fd9d7
Browse repository at this point
Add @mui/icons-material dependency
LadyKerr
authored
a47fd4e
View commit details
Copy full SHA for a47fd4e
Browse repository at this point
Commits on Feb 27, 2025
Add login functionality with LoginPage, LoginForm, and AuthLayout; update routing and Navbar for navigation
LadyKerr
committed
336bbd4
View commit details
Copy full SHA for 336bbd4
Browse repository at this point
Add signup functionality with SignupForm and SignupPage; update Navbar for navigation
LadyKerr
committed
2cf908c
View commit details
Copy full SHA for 2cf908c
Browse repository at this point
Refactor authentication flow to use API service for login and signup; add loading state management and improve Navbar functionality
LadyKerr
committed
0ea3468
View commit details
Copy full SHA for 0ea3468
Browse repository at this point
Commits on Feb 28, 2025
Implement dashboard layout and routing; enhance login handling and error management
LadyKerr
committed
ab33767
View commit details
Copy full SHA for ab33767
Browse repository at this point
Replace ListItem with ListItemButton in DashboardLayout for improved button functionality
LadyKerr
committed
ba905d6
View commit details
Copy full SHA for ba905d6
Browse repository at this point
Add TripCard and TripList components for trip management; implement loading and error states
LadyKerr
committed
e52b1d4
View commit details
Copy full SHA for e52b1d4
Browse repository at this point
Add NewTripForm and NewTripPage components; implement trip creation functionality and routing
LadyKerr
committed
9c77e3c
View commit details
Copy full SHA for 9c77e3c
Browse repository at this point
Add TripDetailsPage component; implement trip details fetching and routing
LadyKerr
committed
891493a
View commit details
Copy full SHA for 891493a
Browse repository at this point
Remove Expenses and Notes tabs from TripDetailsPage for simplified navigation
LadyKerr
committed
cb3ecad
View commit details
Copy full SHA for cb3ecad
Browse repository at this point
Add EditTripPage and itinerary components; implement trip editing and itinerary management features
LadyKerr
committed
a68d7cf
View commit details
Copy full SHA for a68d7cf
Browse repository at this point
Add EmptyOverviewSection, AccommodationCard, and TransportationCard components; implement accommodation and transportation management features
LadyKerr
committed
019288f
View commit details
Copy full SHA for 019288f
Browse repository at this point
Enhance authentication flow: add success message to LoginForm, pre-fill email from SignupForm, and redirect with message after registration
LadyKerr
committed
43ef22b
View commit details
Copy full SHA for 43ef22b
Browse repository at this point
Commits on Mar 1, 2025
Update DashboardLayout styles: adjust drawer height and margin to account for navbar and footer, and enable scrolling for overflow content
LadyKerr
committed
453d3e1
View commit details
Copy full SHA for 453d3e1
Browse repository at this point
Commits on Mar 25, 2025
Update database file: apply schema changes and data updates
LadyKerr
committed
b58f3f1
View commit details
Copy full SHA for b58f3f1
Browse repository at this point
Commits on Mar 27, 2025
Added pytest
GeekTrainer
committed
1d0f72c
View commit details
Copy full SHA for 1d0f72c
Browse repository at this point
Add username validation function and corresponding tests
GeekTrainer
committed
609b671
View commit details
Copy full SHA for 609b671
Browse repository at this point
Commits on Apr 21, 2025
Merge pull request #10 from github-samples/geektrainer/testing
Show description for b9c49cf
LadyKerr
authored
b9c49cf
View commit details
Copy full SHA for b9c49cf
Browse repository at this point
Commits on Apr 24, 2025
Add Docker configuration and update README for local development setup
LadyKerr
committed
214a03c
View commit details
Copy full SHA for 214a03c
Browse repository at this point
Merge branch 'client-complete' into client-start
LadyKerr
authored
94e4d80
View commit details
Copy full SHA for 94e4d80
Browse repository at this point
Merge pull request #7 from github-samples/client-start
Show description for a20a199
LadyKerr
authored
a20a199
View commit details
Copy full SHA for a20a199
Browse repository at this point
Merge branch 'main' into client-complete
LadyKerr
committed
6ce2a9f
View commit details
Copy full SHA for 6ce2a9f
Browse repository at this point
Merge branch 'client-complete' of github.com:github-samples/planventure into client-complete
LadyKerr
committed
e7c600d
View commit details
Copy full SHA for e7c600d
Browse repository at this point
You can’t perform that action at this time.