Giter Site home page Giter Site logo

aliascheck's Issues

Backend Arch Design

We need overall architectural design for the project backend so that new contributors can understand the current and future state of the project.

Create credentials for AliasCheck API endpoint usage

Use Case

  1. I want to be able to consume endpoints on the front end.

  2. I want to run docker-compose for Backend and DB and be able to use all integrated endpoints without setting personal developer tokens for each platform.

Create Button Component

Buttons will be in two forms:

  • Outline Button
  • Solid Button

There should be no set width.
Use props to determine button type.
Define props type.

image

image

image

Add LICENSE

We need to select and add LICENSE to the repo.

Stabilize README for migration of backend to NodeJS

The migration of the project's backend to NodeJS will cause breaking changes to be introduced. The current README will no longer be useful for onboarding participants. I propose we change the instructions for new participants to get up to speed by encouraging them switch to the most recent stable commit. This is would be done while the migration is ongoing and the README should be changed to reflect the NodeJS backend when migration is complete.

Set up fullstack docker

We need a container image for the backend and a way to manage all the containers for development.

User CRUD

User
Model

  1. create user model with the following properties in addition to others
  • id
  • name
  • email
  • date_added
  • aliases(one user->many aliases
  • password(hashed)
  • Role->user,admin

with a sql table script
2. CRUD functionality

Acceptance Criteria

  • A user schema and table are defined and setup.
  • User CRUD implemented.
  • Test User CRUD.
  • OpenAPI User Documentation

Create Image Text Component

  • Determine position of image or text (left/right) horizontally using a 'flipped' prop.

  • Make text, image src dynamic.

image

Contributing Guide

One of the pillar of open source project is ability for others to contribute hence we need a contributing guide for both backend and frontend.

Migrate /aliases to NodeJS

/aliases API endpoint is currently developed using Flask. The aim of the ticket is to migrate this to NodeJS

Update Frontend to use ONLY Material UI

The Frontend is updated to use Material UI other than Tailwind CSS and Material UI combined.

Partha Roy would say

Actually we cannot compare Oranges with Apples, it all depends on the situation what is the best suited we have to choose that. There are other frameworks/libraries out there but this does not mean we have used all of them. Choose one and go ahead.

The idea is also to start simple and build on that as the project scales, for ease of collaboration.

Fix Permission Denied error when running on Docker

I did not have any problem starting the project from scratch on another computer, but for some weird reason I started having some permission errors from the client service when I want to relaunch the project from my computer.

The error log looks like this:

client    | [Error: EACCES: permission denied, open '/usr/src/app/client/.next/package.json'] {
client    |   errno: -13,
client    |   code: 'EACCES',
client    |   syscall: 'open',
client    |   path: '/usr/src/app/client/.next/package.json'
client    | }

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.