110 lines
		
	
	
		
			No EOL
		
	
	
		
			3.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			110 lines
		
	
	
		
			No EOL
		
	
	
		
			3.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <title>AskLyphe Docs - Roadmap</title>
 | |
|     <link rel="stylesheet" href="/static/themes/default/shell.css"/>
 | |
|     <link rel="stylesheet" href="/static/themes/default/docs.css"/>
 | |
| </head>
 | |
| <body>
 | |
| <div class="main">
 | |
|     <span id="prealpha-warning">WARNING! askLyphe is in pre-alpha! user experience is in no way representative of the final product!</span>
 | |
|     <a href="/">
 | |
|         <div id="lyphebig">
 | |
|             <div class="bent-surrounding">
 | |
|                 <img id="lypheimg" src="/static/img/lyphebent-prealpha.png" alt="image of lyphe, our mascot!">
 | |
|             </div>
 | |
|             <div id="lyphetitle">
 | |
|                 <img src="/static/img/logo.png" alt="ask Lyphe!"/>
 | |
|             </div>
 | |
|         </div>
 | |
|     </a>
 | |
| 
 | |
|     <div id="content">
 | |
|         <div class="pagegradient">
 | |
|             <div id="docsarea">
 | |
|                 <a href="..">back</a>
 | |
|                 <h1>askLyphe development roadmap</h1>
 | |
| 
 | |
|                 <p>
 | |
|                     this page will be used to list and categorise some present and future goals,
 | |
|                     mainly to list features that we want to implement either soon or in the further future.
 | |
|                 </p>
 | |
|                 <br/>
 | |
|                 <br/>
 | |
|                 <p>
 | |
|                     bugs will not be listed here. for now, bugs should be reported to our email
 | |
|                     (<a href="mailto:devnull@voremicrocomputers.com">devnull@voremicrocomputers.com</a>),
 | |
|                     and once we release the source code, on our git.
 | |
|                 </p>
 | |
|                 <br/>
 | |
|                 <br/>
 | |
|                 <p>
 | |
|                     this page will likely be replaced with an actual issue tracker in the future
 | |
|                 </p>
 | |
| 
 | |
|                 <h2>
 | |
|                     search engine
 | |
|                 </h2>
 | |
|                 <ul>
 | |
|                     <li>
 | |
|                         more backends (currently we have askLyphe and bing)
 | |
|                     </li>
 | |
|                     <li>
 | |
|                         result caching; (not implemented)
 | |
|                     </li>
 | |
|                     <li>
 | |
|                         search suggestions; (not implemented, needs research)
 | |
|                     </li>
 | |
|                 </ul>
 | |
| 
 | |
|                 <h2>
 | |
|                     complications
 | |
|                 </h2>
 | |
|                 <ul>
 | |
|                     <li>
 | |
|                         calculator; (not implemented, medium priority)
 | |
|                     </li>
 | |
|                     <li>
 | |
|                         stack overflow; (not implemented, low priority)
 | |
|                     </li>
 | |
|                 </ul>
 | |
| 
 | |
|                 <h2>
 | |
|                     unit converter
 | |
|                 </h2>
 | |
|                 <ul>
 | |
|                     <li>
 | |
|                         weight units; (not implemented, medium priority)
 | |
|                     </li>
 | |
|                     <li>
 | |
|                         currency; (not implemented, low priority)
 | |
|                     </li>
 | |
|                 </ul>
 | |
| 
 | |
|                 <h2>
 | |
|                     user backend
 | |
|                 </h2>
 | |
|                 <ul>
 | |
|                     <li>
 | |
|                         automated email changes / reverification; (not implemented, high priority)
 | |
|                     </li>
 | |
|                     <li>
 | |
|                         password changes; (not implemented, high priority)
 | |
|                     </li>
 | |
|                 </ul>
 | |
| 
 | |
|                 <h2>
 | |
|                     general
 | |
|                 </h2>
 | |
|                 <ul>
 | |
|                     <li>
 | |
|                         open source (will be done after git audit for copyrighted content / private information)
 | |
|                     </li>
 | |
|                 </ul>
 | |
|             </div>
 | |
|         </div>
 | |
|     </div>
 | |
| </div>
 | |
| </body>
 | |
| </html> |