Coder Social home page Coder Social logo

jaylenw / angularjstodoapp Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 347 KB

An AngularJs 1.X Todo-App or Note taking Application. Create and archive notes in your list in your web browser. Archived on 2023/11/26.

Home Page: https://nota.jaylenwimbish.com

License: Other

JavaScript 60.77% HTML 28.40% CSS 7.22% Shell 2.17% Dockerfile 1.43%
angular javascript notes task-list to-do-list

angularjstodoapp's People

Contributors

alinebrito avatar jaylenw avatar kaylenw avatar visham32 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

angularjstodoapp's Issues

Add License.md

Add a license that contains the tools, libraries, software, etc., including the license for this AngularJsTodoApp

Remove `ng-disabled` that are connected with anchor tags

Problem

ng-disabled do not work on links. Remove where appropriate. Before we had actual buttons and it worked, but now we are using anchor tags.

Solution

Remove all occurrences of ng-disabled that are associated with anchor tags.

Background color not uniform

Fix issue where background color is not uniform. For some reason there are two different colors of blue in the background.

screenshot from 2017-10-10 23-28-15

Write an install script

Basically take the commands from the readme instructions on installing this project into bash script.

Add Contributing.md

Write guidelines for someone who would like to contribute to this project.

Update code to utilize password reset API

Problem

The backend now supports reset password functionality, update the code here to allow users to easily request password resets.

Solution

Provide code that will allow the user to request a password reset.

Make navigation tabs vibrant.

I would like to make the navigation tabs more vibrant just like the screenshot below. When a user will hover the cursor over a specific tab, the colour of the tab will change. See attached screenshot below.
navigation

Increase Spacing on Auth Page

The input fields on the Auth page for a user to login and register are too close together vertically. Possibly adding spacing between the fields would make them look less compacted.

Search for tasks

It would be great if there was a search field so that you could find notes you need in a long list.

Clarify Authentication Page

The user may be confused when trying to login or register on the authentication page. The page needs to make it clear that what the user is seeing is appropriate for what they want to do, either login or register.

Remove Unneeded Variables

Problem

  1. There is no need to have
ENV userID ${userID}
ENV groupID ${groupID}

present inside the Dockerfile because userID and groupID are only used during the build process, and not when the container is actually running. Therefore, they should only be present as ARGs.

There is also no need to have

 args:
    - userID=${userID}
    - groupID=${groupID}

present inside docker-compose.yml because the ARGs are already being passed to the Dockerfile by build-docker.sh. In fact, leaving these lines in the yml file and running the command docker-compose run --service-ports notafrontend bash given in step 4 of the README gives the pictured warning.

nota_error

Solution

Remove the unneeded lines.

update note

user should be able to edit the note's title, body, and archive status. Changes shall be automatically pushed to the server. Then notify the user the all changes have been updated.

Deletion of Notes

I would suggest that a user need to have an option to delete notes as well. For the time being it is only saving and displaying of notes.

Contact Form

As enhancement: I would like to add a contact form on this website. After the navigation tabs 'Note List', 'Current List', 'Authentication' and 'GitHub', There will be another navigation tab called 'Contact us'. Therefore when a user will click on it, the latter will be directed in another page where the user will be given a form where he/she will enter the name, email address, country, and the message he/she wants to ask to the owner of the website. When the user will click on submit, the administrator of the website will receive an email showing all the details the user has entered. Below is an example.
contact

Build and launch production

Frontend

To push this out to a production server, the process is simple. First, run

grunt build

Then, open the "dist" folder in your project.

Next, put those files on a webserver.

Backend

To run the backend, first install forever from npm. You can use this to run the backend server and autorestart it on crash.

Next, you'll need a running copy of mongodb.

You'll also need to clone the repo, and run npm install && bower install. Lastly, use forever to start the server forever start bin/www

Unable to register.

When correctly inserted correct credentials, i am unable to gain access to the note area.

error while registering with correct information

Update Readme

Problem

The readme is out of date.

Solution

Provide information regarding development with docker. Consider removing information about running the backend and just link to the nota repository.

Change the base image to ubuntu:16.04 in our Dockerfile

Problem

Due to the changes in PR jaylenw/nota#254, we need to remove the reference of using our own Ubuntu 16.04 image from the Dockerfile once the changes in the master branch has been merged into production for Nota.

Solution

Change the FROM statement to FROM ubuntu:16.04 and make any other appropriate changes as needed.

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.