Giter Site home page Giter Site logo

time-capsule's Introduction

Time Capsule CRUD App

This is a CRUD (Create, Read, Update, Delete) application for managing Time Capsules. Time Capsules are items with content that are locked until a specified unlock date.

Table of Contents

Introduction

This CRUD application allows you to manage Time Capsules. Each Time Capsule has a unique ID, content, and an unlock date. You can perform various operations such as adding, updating, deleting, and retrieving Time Capsules.

Functions

1. Get Time Capsule

Retrieve a Time Capsule by providing its ID.

2. Add Time Capsule

Add a new Time Capsule with the specified content and unlock date.

3. Update Time Capsule

Update the content and unlock date of an existing Time Capsule.

4. Delete Time Capsule

Delete a Time Capsule by providing its ID.

5. Update Unlock Date

Update the unlock date of an existing Time Capsule.

6. Get All Time Capsules

Retrieve a list of all Time Capsules.

7. Mark Time Capsule as Opened

Mark a Time Capsule as opened (additional actions can be performed here).

8. Get Total Number of Time Capsules

Retrieve the total number of Time Capsules.

9. Get Time Capsules Count Before Date

Retrieve the count of Time Capsules whose unlock date is before a specified date.

Testing Hierarchy

  1. Get Time Capsule

    • Use this function to retrieve details of a specific Time Capsule.
  2. Add Time Capsule

    • Add a new Time Capsule with content and an unlock date.
  3. Update Time Capsule

    • Modify the content and unlock date of an existing Time Capsule.
  4. Delete Time Capsule

    • Delete an existing Time Capsule by providing its ID.
  5. Update Unlock Date

    • Change the unlock date of an existing Time Capsule.
  6. Get All Time Capsules

    • Retrieve a list of all Time Capsules.
  7. Mark Time Capsule as Opened

    • Mark a Time Capsule as opened (additional actions can be performed here).
  8. Get Total Number of Time Capsules

    • Retrieve the total number of Time Capsules.
  9. Get Time Capsules Count Before Date

    • Retrieve the count of Time Capsules whose unlock date is before a specified date.

time-capsule's People

Contributors

coolestnick avatar

Watchers

 avatar

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.