Giter Club home page Giter Club logo

codejam-grand-geckos's Introduction

Heyo, I'm Sofi. ๐Ÿ‘‹

I enjoy messing around with computers and technology.

My current language interests are Nix, Elixir, and Ruby!

Stats:

codejam-grand-geckos's People

Contributors

d0rs4n avatar iamsdas avatar imsofi avatar nikhiljohn10 avatar soupglasses avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

codejam-grand-geckos's Issues

Implement better navigation around the UI

Current UI has all the needed features implemented. But the TAB functionality currently goes trough each and every item shown to the screen. This is not helpful.

Create so that TAB moves between Search, Platforms, Credentials, Details and then back. Also Implementing Shift-TAB to go backwards trough this list. Then up/down keys to select each item in said list.

Update the bottom bar to follow a Menu keyboard layout. With Ctrl-C to select/deselect it. Keep the shortcuts for the menu items so you dont need to select the menu to use them.
text-editor.py has a good example you can use as inspiration for how this can be implemented.

Implement database functions for connection to the UI

We need easy to use functions to allow the UI to fetch and modify data in the database. We need:

  • Allow to list all accounts
  • Allow to list all providers
  • Implement adding accounts
  • Implement deletion of accounts
  • Implement modification of accounts

Connect the database to the UI

We are currently using hard coded variables for our current UI.

  • Connect the database to dynamically list stored accounts and its data
  • Allow to wildcard search trough usernames, providers and notes of accounts

See #10 for the database level implementation. Also see #7 for creating the prompt for username/password login.

Create a safe password generator

Create a safe password generator function. Preferably using the secrets module.

It should take in length and if alpha, numbers, or symbols are wanted.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.