upcoming.html (1671B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <title>Spaceplanner Upcoming Features</title> 5 <link rel="icon" href="/images/favicon.svg"/> 6 <link rel="stylesheet" type="text/css" href="/css/main.css"> 7 <link rel="stylesheet" type="text/css" href="./upcoming.css"> 8 <script type="module" src="../main.js"></script> 9 <meta name="viewport" content="width=device-width"> 10 <meta name="description" content="See features planned for future releases of Spaceplanner.App and tell us your own ideas."> 11 </head> 12 <body> 13 <h1>Upcoming Features</h1> 14 15 <p>These features aren't implemented yet but are 16 coming soon. If you want certain features to be 17 prioritized or have an idea for something you'd 18 want added just send us an email at <a 19 href="mailto:dev@spaceplanner.app">dev@spaceplanner.app</a> 20 and we'll see what we can do.</p> 21 22 <dl> 23 <dt>Furniture Layouts</dt> 24 <dd>The ability to define your furniture 25 peices once and use them in multiple different 26 layouts to quickly switch between when thinking of different setups.</dd> 27 28 <dt>Access Control</dt> 29 <dd>Allow other users or groups of users 30 to either view or edit your floor plans</dd> 31 32 <dt>Furniture Rotation Handle</dt> 33 <dd>When selected, furniture can be rotated by dragging on a rotation <q>handle</q></dd> 34 35 <dt>Configurable Input Units</dt> 36 <dd>Ability to use only a specific unit, 37 for example, inches for lengths and sizes</dd> 38 </dl> 39 </body> 40 </html>