Giter VIP home page Giter VIP logo

sky-labs's People

Contributors

r-yassh avatar samarthanand07 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

samarthanand07

sky-labs's Issues

Create a code skeleton for user navigation

Design the structural layout and create method declarations to show the code navigation post-registration and post-login.

Key elements include (but are not limited to):

  • Update new registration data in database
  • User and Admin transaction interface
  • A separate (common) module for establishing database connection (once) and running queries from other modules

private void registerButtonClicked()
{
//TODO
JOptionPane.showMessageDialog(homePage, "The response to this click is under construction.\nTill then, SKY is the limit... :)", "Redirect error", JOptionPane.WARNING_MESSAGE);
}

SKY-Labs/LoginPanel.java

Lines 79 to 85 in c2b63ca

if(valid) // if the authentication is successful
{
loginComponents.clearTextFields();
loginComponents.setFocusUsername();
//TODO
JOptionPane.showMessageDialog(homePage, "User/Admin page is under connstruction.\nTill then, SKY is the limit... :)", "Login Successful, but...", JOptionPane.WARNING_MESSAGE);
}

Update readme

Add project information to readme for better setup on remote desktop and easier code navigation

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.