Giter VIP home page Giter VIP logo

tinylog's Introduction

tinylog

TinyLog - Track what you've done and when

tinylog's People

Contributors

jonathanlloyd avatar

Watchers

 avatar  avatar

tinylog's Issues

User login/logout (API)

As a user I want to be able to log into/out of the application if I have an active account.

Given the user has a valid account
When a POST request is made to /login containing their username & password
Then the proper cookies (CSRF & session) should be set in their browser

Create Landing Page

Create a landing page that describes the product and provides an entry point to account creation

User account creation (API)

As a user, I want to be able to create an account so that I can use the app and protect my logs from being modified by other users.

Data model: https://github.com/turingincomplete/tinylog/wiki/Data-Model#users

Given that a user is not logged in
When a user POSTs new user data to the /users URL and the user data is valid
Then a 201 response should be returned and a link to the new user resource should be returned

Given that a user is not logged in
When a user POSTs new user data to the /users URL and the user data is not valid
Then a 4xx response should be returned and no new user object should be created

Given that a user is logged in
When a user POSTs new user data to the /users URL
Then a 4xx response should be returned and no new user object should be created

Delete Logs & Entries

As a user I want to be able to delete my logs & log entries

Note:
Look into whether we want to truly delete these things or "archive" them like Trello does

Write a better README

Write a better README for the project containing:

  • Short project description
  • Link to the live version
  • Installation instructions
  • Documentation

Update Log & Entry data

As a user I want to be able to update the titles and descriptions of my Logs and their entries

User account creation (Frontend)

As a new user, I want to be able to register a new account so that I can authenticate and use the site.

Given that the user has visited the registration page and they have entered valid data according to https://github.com/turingincomplete/tinylog/wiki/Data-Model#users
When they press submit
Then a POST request should be sent to the /api/users/ resource containing the user data and a success/failure message should be displayed depending on the server response

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.