Compare commits
	
		
			3 Commits
		
	
	
		
			5ae7a6cb27
			...
			2a0973024e
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					2a0973024e | ||
| 6040793b67 | |||
| 134bf1c63c | 
@ -11,23 +11,18 @@ working on the basic features we need from this software, and hope to release th
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
The following list includes features that are already developed and ready for use:
 | 
					The following list includes features that are already developed and ready for use:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Email/password authentication
 | 
				
			||||||
 | 
					- Multitenancy (manage multiple weddings on a single host)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Guest management
 | 
					### Guest management
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Display a list of guests along with their RSVP status.
 | 
					- List, create, modify, and remove guests along with their RSVP status:
 | 
				
			||||||
- Transition guests between RSVP statuses:
 | 
					- Invited: The guest is (or will be) invited to the wedding, but they have not confirmed or denied attendance yet.
 | 
				
			||||||
  - Invited: The guest is (or will be) invited to the wedding, but they have not confirmed or denied attendance yet.
 | 
					 | 
				
			||||||
  - Tentative: The guest has confirmed their attendance, but there are external factors (e.g., visas) that may affect their commitment.
 | 
					  - Tentative: The guest has confirmed their attendance, but there are external factors (e.g., visas) that may affect their commitment.
 | 
				
			||||||
  - Accepted: The guest has confirmed their attendance.
 | 
					  - Accepted: The guest has confirmed their attendance.
 | 
				
			||||||
  - Declined: The guest won't attend to the event.
 | 
					  - Declined: The guest won't attend to the event.
 | 
				
			||||||
  - Considered: The guest has not been invited yet, but they may be depending on a number of factors.
 | 
					  - Considered: The guest has not been invited yet, but they may be depending on a number of factors.
 | 
				
			||||||
- Update guests names.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
### Group management
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- Display a list of groups along with their color and the number of guests per RSVP status.
 | 
					- Display a list of groups along with their color and the number of guests per RSVP status.
 | 
				
			||||||
 | 
					 | 
				
			||||||
### Expense management
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- Display a list of expenses with the amount and type (fixed or per guest).
 | 
					- Display a list of expenses with the amount and type (fixed or per guest).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Seating plan simulations
 | 
					### Seating plan simulations
 | 
				
			||||||
@ -39,12 +34,11 @@ The following list includes features that are already developed and ready for us
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
We want to improve existing features as well as build completely new ones. Here are some ideas we have in mind:
 | 
					We want to improve existing features as well as build completely new ones. Here are some ideas we have in mind:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Improve the overall experience of managing guests, groups and expenses, allowing the creation, modification and deletion of any element.
 | 
					- (WIP) Improve the overall experience of managing guests, groups and expenses, allowing the creation, modification and deletion of any element.
 | 
				
			||||||
- Dashboard with a summary of all relevant numbers.
 | 
					- (WIP) Dashboard with a summary of all relevant numbers.
 | 
				
			||||||
- Authentication. The current version has only been tested locally, and for that reason authentication was not a priority. This is something
 | 
					 | 
				
			||||||
  we will need to sort out before offering a hosted version of Libre Wedding Planner.
 | 
					  we will need to sort out before offering a hosted version of Libre Wedding Planner.
 | 
				
			||||||
 | 
					- (WIP) Sign up flow, allowing users to create their own wedding.
 | 
				
			||||||
- Allow multiple users to manage the wedding.
 | 
					- Allow multiple users to manage the wedding.
 | 
				
			||||||
- Multi-tenancy, allowing an instance to manage multiple weddings.
 | 
					 | 
				
			||||||
- Generation of wedding website with public information.
 | 
					- Generation of wedding website with public information.
 | 
				
			||||||
- Generation of RSVP links and forms to collect dietary restrictions and transport preferences.
 | 
					- Generation of RSVP links and forms to collect dietary restrictions and transport preferences.
 | 
				
			||||||
- Internationalization
 | 
					- Internationalization
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										6
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@ -8825,9 +8825,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/cssdb": {
 | 
					    "node_modules/cssdb": {
 | 
				
			||||||
      "version": "8.2.1",
 | 
					      "version": "8.2.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.2.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.2.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-KwEPys7lNsC8OjASI8RrmwOYYDcm0JOW9zQhcV83ejYcQkirTEyeAGui8aO2F5PiS6SLpxuTzl6qlMElIdsgIg==",
 | 
					      "integrity": "sha512-Z3kpWyvN68aKyeMxOUGmffQeHjvrzDxbre2B2ikr/WqQ4ZMkhHu2nOD6uwSeq3TpuOYU7ckvmJRAUIt6orkYUg==",
 | 
				
			||||||
      "funding": [
 | 
					      "funding": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "type": "opencollective",
 | 
					          "type": "opencollective",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user